Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dspl_observer.c120 static int spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, zval *this… in spl_object_storage_get_hash() function
171 if (spl_object_storage_get_hash(&key, intern, this, obj) == FAILURE) { in spl_object_storage_attach()
207 if (spl_object_storage_get_hash(&key, intern, this, obj) == FAILURE) { in spl_object_storage_detach()
386 if (spl_object_storage_get_hash(&key, intern, this, obj) == FAILURE) { in spl_object_storage_contains()
456 if (spl_object_storage_get_hash(&key, intern, getThis(), obj) == FAILURE) { in SPL_METHOD()
822 if (spl_object_storage_get_hash(&key, intern, getThis(), &entry) == FAILURE) { in SPL_METHOD()

Completed in 7 milliseconds