Searched refs:getHash (Results 1 – 5 of 5) sorted by relevance
2 SplObjectStorage::getHash implementation13 public function getHash($obj) {26 public function getHash($obj): string {40 public function getHash($obj): string {
2 Bug #67582: Cloned SplObjectStorage with overwritten getHash fails offsetExists()7 // Overwrite getHash() with just some (working) test-method8 public function getHash($object): string { return get_class($object); }
104 public function getHash(object $object): string {} function in SplObjectStorage
154 ZEND_METHOD(SplObjectStorage, getHash);207 ZEND_ME(SplObjectStorage, getHash, arginfo_class_SplObjectStorage_getHash, ZEND_ACC_PUBLIC)
526 PHP_METHOD(SplObjectStorage, getHash) in PHP_METHOD() argument
Completed in 9 milliseconds