Home
last modified time | relevance | path

Searched refs:spl_object_hash (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/spl/tests/
H A Dspl_005.phpt2 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
/PHP-5.5/Zend/tests/
H A Dbug60598.phpt14 $containers[spl_object_hash($this)] = $this;
18 $containers[spl_object_hash($this)] = NULL;
/PHP-5.5/ext/spl/
H A Dphp_spl.c769 PHP_FUNCTION(spl_object_hash) in PHP_FUNCTION() argument
931 PHP_FE(spl_object_hash, arginfo_spl_object_hash)

Completed in 16 milliseconds