<?php $a = new __PHP_Incomplete_Class; $r = new ReflectionProperty($a, 'x'); $r->setValue(null, 3); //$a->x = 2; var_dump($a); var_dump(unserialize(serialize($a)));
You have javascript disabled. You will not be able to edit any code.