Home
last modified time | relevance | path

Searched refs:getHash (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/spl/tests/
H A DSplObjectStorage_getHash.phpt2 SplObjectStorage::getHash implementation
12 public function getHash($obj) {
25 public function getHash($obj) {
39 public function getHash($obj) {
H A Dbug67582.phpt2 Bug #67582: Cloned SplObjectStorage with overwritten getHash fails offsetExists()
7 // Overwrite getHash() with just some (working) test-method
8 public function getHash($object) { return get_class($object); }
/PHP-7.2/ext/spl/
H A Dspl_observer.c431 SPL_METHOD(SplObjectStorage, getHash) in SPL_METHOD() argument
917 SPL_ME(SplObjectStorage, getHash, arginfo_getHash, 0)

Completed in 12 milliseconds