Searched refs:zend_hash_lookup (Results 1 – 7 of 7) sorted by relevance
506 data = zend_hash_lookup(ht, Z_STR(key));649 data = zend_hash_lookup(ht, Z_STR(key));
345 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()
6018 | EXT_CALL zend_hash_lookup, r0
5483 | EXT_CALL zend_hash_lookup, REG0
212 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key);
934 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup() function
2461 retval = zend_hash_lookup(ht, offset_key); in zend_fetch_dimension_address_inner()
Completed in 106 milliseconds