Searched refs:spl_object_id (Results 1 – 7 of 7) sorted by relevance
2 SPL: spl_object_id()6 var_dump(spl_object_id(new stdClass));8 var_dump(spl_object_id(new stdClass) === spl_object_id($a));
12 echo '-- c ' . spl_object_id($this) . "\n";17 echo '-- d ' . spl_object_id($this) . "\n";
19 self::$threadLocalStorage[spl_object_id($this)][$key] = $complexData;24 …elf::$threadLocalStorage !== null and isset(self::$threadLocalStorage[$h = spl_object_id($this)])){
76 ZEND_FUNCTION(spl_object_id);94 ZEND_FE(spl_object_id, arginfo_spl_object_id)
47 function spl_object_id(object $object): int {} function
661 PHP_FUNCTION(spl_object_id) in PHP_FUNCTION() argument
12 echo "In __wakeup " . spl_object_id($this) . "\n";15 echo "In __destruct " . spl_object_id($this) . "\n";
Completed in 13 milliseconds