Searched refs:spl_object_id (Results 1 – 6 of 6) 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));
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)
30 function spl_object_id(object $object): int {} function
644 PHP_FUNCTION(spl_object_id) in PHP_FUNCTION() argument
14 echo "In __wakeup " . spl_object_id($this) . "\n";17 echo "In __destruct " . spl_object_id($this) . "\n";
Completed in 9 milliseconds