Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_weakrefs.c101 zval *zv = zend_hash_index_lookup(&EG(weakrefs), obj_key); in zend_weakref_register()
H A Dzend_hash.h215 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);
226 _ret = zend_hash_index_lookup(_ht, _h); \
H A Dzend_hash.c1229 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h) in zend_hash_index_lookup() function
/PHP-8.3/ext/spl/
H A Dspl_observer.c154 zval *entry_zv = zend_hash_index_lookup(&intern->storage, handle); in spl_object_storage_attach_handle()
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re496 data = zend_hash_index_lookup(ht, idx);
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c331 return zend_hash_index_lookup(ht, idx); in zend_jit_symtable_lookup_w()
H A Dzend_jit_arm64.dasc5364 | EXT_CALL zend_hash_index_lookup, REG0
H A Dzend_jit_x86.dasc5892 | EXT_CALL zend_hash_index_lookup, r0

Completed in 112 milliseconds