Searched refs:spl_object_storage_get_hash (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/spl/ |
H A D | spl_observer.c | 85 static zend_result spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, ze… in spl_object_storage_get_hash() function 189 if (spl_object_storage_get_hash(&key, intern, obj) == FAILURE) { in spl_object_storage_attach() 232 if (spl_object_storage_get_hash(&key, intern, obj) == FAILURE) { in spl_object_storage_detach() 421 if (spl_object_storage_get_hash(&key, intern, obj) == FAILURE) { in spl_object_storage_contains() 550 if (spl_object_storage_get_hash(&key, intern, obj) == FAILURE) { in PHP_METHOD() 898 if (spl_object_storage_get_hash(&key, intern, Z_OBJ_P(entry)) == FAILURE) { in PHP_METHOD()
|
Completed in 9 milliseconds