Searched refs:getHash (Results 1 – 4 of 4) sorted by relevance
2 SplObjectStorage::getHash implementation12 public function getHash($obj) {25 public function getHash($obj) {39 public function getHash($obj) {
2 Bug #67582: Cloned SplObjectStorage with overwritten getHash fails offsetExists()7 // Overwrite getHash() with just some (working) test-method8 public function getHash($object) { return get_class($object); }
474 SPL_METHOD(SplObjectStorage, getHash) in SPL_METHOD() argument977 SPL_ME(SplObjectStorage, getHash, arginfo_getHash, 0)
768 . Fixed bug #67582 (Cloned SplObjectStorage with overwritten getHash fails5092 . Added SplObjectStorage::getHash() hook. (Etienne)
Completed in 58 milliseconds