<?php class A { protected static function __set_state() { return 'a string'; } } $a = new A; eval('$b = ' . var_export($a, true) . ';'); var_dump($b); ?>
You have javascript disabled. You will not be able to edit any code.