Searched refs:zend_hash_lookup (Results 1 – 7 of 7) sorted by relevance
506 data = zend_hash_lookup(ht, Z_STR(key));663 data = zend_hash_lookup(ht, Z_STR(key));
335 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()
5997 | EXT_CALL zend_hash_lookup, r0
5472 | EXT_CALL zend_hash_lookup, REG0
214 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key);
1007 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup() function
2529 retval = zend_hash_lookup(ht, offset_key); in zend_fetch_dimension_address_inner()
Completed in 98 milliseconds