Searched refs:getHash (Results 1 – 5 of 5) sorted by relevance
2 SplObjectStorage::getHash() implementation8 public function getHash($obj) {14 public function getHash($obj): string {21 public function getHash($obj): string {57 TypeError: MySplObjectStorage1::getHash(): Return value must be of type string, int returned
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
158 ZEND_METHOD(SplObjectStorage, getHash);209 ZEND_ME(SplObjectStorage, getHash, arginfo_class_SplObjectStorage_getHash, ZEND_ACC_PUBLIC)
519 PHP_METHOD(SplObjectStorage, getHash) in PHP_METHOD() argument
Completed in 13 milliseconds