3v4l.org

run code in 500+ PHP versions simultaneously
<?php class UserPref { public $theme; public $lang; } $obj = new UserPref(); $obj->theme = new Error("test", 0); // Error 对象有 __toString $obj->lang = "zh"; echo base64_encode(serialize($obj)); ?>

preferences:
45.26 ms | 770 KiB | 5 Q