3v4l.org

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

preferences:
46.36 ms | 402 KiB | 5 Q