<?php class Foo { public function __wakeup() { var_dump('test'); } } $x = new Foo(); $y = serialize($x); var_dump(unserialize($y, true));
You have javascript disabled. You will not be able to edit any code.