Home
last modified time | relevance | path

Searched refs:spl_object_id (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/spl/tests/
H A Dspl_object_id.phpt2 SPL: spl_object_id()
6 var_dump(spl_object_id(new stdClass));
8 var_dump(spl_object_id(new stdClass) === spl_object_id($a));
/php-src/Zend/tests/
H A Dgh7958.phpt12 echo '-- c ' . spl_object_id($this) . "\n";
17 echo '-- d ' . spl_object_id($this) . "\n";
/php-src/ext/opcache/tests/jit/
H A Dbug80802.phpt18 self::$threadLocalStorage[spl_object_id($this)][$key] = $complexData;
23 …elf::$threadLocalStorage !== null and isset(self::$threadLocalStorage[$h = spl_object_id($this)])){
/php-src/ext/spl/
H A Dphp_spl_arginfo.h75 ZEND_FUNCTION(spl_object_id);
92 ZEND_FE(spl_object_id, arginfo_spl_object_id)
H A Dphp_spl.stub.php47 function spl_object_id(object $object): int {} function
H A Dphp_spl.c660 PHP_FUNCTION(spl_object_id) in PHP_FUNCTION() argument
/php-src/ext/phar/tests/
H A Dphar_metadata_write4.phpt12 echo "In __wakeup " . spl_object_id($this) . "\n";
15 echo "In __destruct " . spl_object_id($this) . "\n";

Completed in 15 milliseconds