Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_hash.h213 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);
224 _ret = zend_hash_index_lookup(_ht, _h); \
H A Dzend_hash.c1148 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h) in zend_hash_index_lookup() function
/PHP-8.1/ext/standard/
H A Dvar_unserializer.re496 data = zend_hash_index_lookup(ht, idx);
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c341 return zend_hash_index_lookup(ht, idx); in zend_jit_symtable_lookup_w()
H A Dzend_jit_x86.dasc5913 | EXT_CALL zend_hash_index_lookup, r0
H A Dzend_jit_arm64.dasc5375 | EXT_CALL zend_hash_index_lookup, REG0

Completed in 76 milliseconds