Searched refs:spl_object_hash (Results 1 – 3 of 3) sorted by relevance
2 SPL: spl_object_hash()6 var_dump(spl_object_hash(new stdClass));7 var_dump(spl_object_hash(42));8 var_dump(spl_object_hash());16 Warning: spl_object_hash() expects parameter 1 to be object, integer given in %sspl_005.php on line…19 Warning: spl_object_hash() expects exactly 1 parameter, 0 given in %sspl_005.php on line %d
14 $containers[spl_object_hash($this)] = $this;18 $containers[spl_object_hash($this)] = NULL;
769 PHP_FUNCTION(spl_object_hash) in PHP_FUNCTION() argument931 PHP_FE(spl_object_hash, arginfo_spl_object_hash)
Completed in 11 milliseconds