3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash1 = spl_object_hash(new stdClass); $hash2 = spl_object_hash(new stdClass); $hash3 = spl_object_hash(new stdClass); var_dump($hash1 === $hash2 && $hash2 === $hash3);

preferences:
46.51 ms | 402 KiB | 5 Q