3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public $field; } $test1 = new Test; print spl_object_hash($test1) . PHP_EOL; $test1->field =' Some value'; print spl_object_hash($test1) . PHP_EOL;

preferences:
39.04 ms | 402 KiB | 5 Q