<?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)));
You have javascript disabled. You will not be able to edit any code.