3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new stdClass; $b = new stdClass; $hashA = spl_object_hash($a); $hashB = spl_object_hash($b); var_dump($hashA, $hashB, bin2hex(hex2bin($hashA) ^ hex2bin($hashB)));

preferences:
26.57 ms | 407 KiB | 5 Q