3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { var $test = 'test'; } $test = array(new Test()); var_dump(spl_object_hash($test)); foreach ($test as $t) { $t->test = 'nope'; } var_dump(spl_object_hash($test));

preferences:
32.22 ms | 402 KiB | 5 Q