Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_observer.c118 static int spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, zval *this… in spl_object_storage_get_hash() function
169 if (spl_object_storage_get_hash(&key, intern, this, obj) == FAILURE) { in spl_object_storage_attach()
205 if (spl_object_storage_get_hash(&key, intern, this, obj) == FAILURE) { in spl_object_storage_detach()
381 if (spl_object_storage_get_hash(&key, intern, this, obj) == FAILURE) { in spl_object_storage_contains()
451 if (spl_object_storage_get_hash(&key, intern, ZEND_THIS, obj) == FAILURE) { in SPL_METHOD()
821 if (spl_object_storage_get_hash(&key, intern, ZEND_THIS, &entry) == FAILURE) { in SPL_METHOD()

Completed in 7 milliseconds