<?php class A { private $y; public function __construct() { $this->y = 42; } } $a = unserialize('O:1:"A":0:{}'); var_dump($a);
You have javascript disabled. You will not be able to edit any code.