Home
last modified time | relevance | path

Searched refs:spl_object_id (Results 1 – 5 of 5) sorted by path

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php89 public static function spl_object_id($object) function in Symfony\\Polyfill\\Php72\\Php72
H A DREADME.md6 - [`spl_object_id`](https://php.net/spl_object_id)
H A Dbootstrap.php47 function spl_object_id($object) { return p\Php72::spl_object_id($object); } function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php47 return \spl_object_id($value);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php569 $existing = $visited[\spl_object_id($context)] ?? null;
578 $visited[\spl_object_id($context)] = $existing;
612 $visited[\spl_object_id($context)] = $context;
632 $visited[\spl_object_id($updated)] = $updated;
633 $visited[\spl_object_id($context)] = $updated;