Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dvar_unserializer.re506 data = zend_hash_lookup(ht, Z_STR(key));
663 data = zend_hash_lookup(ht, Z_STR(key));
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c335 return zend_hash_lookup(ht, str); in zend_jit_symtable_lookup_w()
1012 return zend_hash_lookup(ht, offset_key); in zend_jit_fetch_dim_w_helper()
H A Dzend_jit_arm64.dasc5472 | EXT_CALL zend_hash_lookup, REG0
H A Dzend_jit_x86.dasc5997 | EXT_CALL zend_hash_lookup, r0
/PHP-8.3/Zend/
H A Dzend_hash.h214 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key);
H A Dzend_hash.c1007 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup() function
H A Dzend_execute.c2529 retval = zend_hash_lookup(ht, offset_key); in zend_fetch_dimension_address_inner()

Completed in 119 milliseconds