Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dvar_unserializer.re506 data = zend_hash_lookup(ht, Z_STR(key));
649 data = zend_hash_lookup(ht, Z_STR(key));
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c345 return zend_hash_lookup(ht, str); in zend_jit_symtable_lookup_w()
1019 return zend_hash_lookup(ht, offset_key); in zend_jit_fetch_dim_w_helper()
H A Dzend_jit_x86.dasc6018 | EXT_CALL zend_hash_lookup, r0
H A Dzend_jit_arm64.dasc5483 | EXT_CALL zend_hash_lookup, REG0
/PHP-8.1/Zend/
H A Dzend_hash.h212 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key);
H A Dzend_hash.c934 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup() function
H A Dzend_execute.c2461 retval = zend_hash_lookup(ht, offset_key); in zend_fetch_dimension_address_inner()

Completed in 106 milliseconds