Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_weakrefs.c101 zval *zv = zend_hash_index_lookup(&EG(weakrefs), obj_key); in zend_weakref_register()
H A Dzend_hash.h217 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);
228 _ret = zend_hash_index_lookup(_ht, _h); \
H A Dzend_hash.c1229 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h) in zend_hash_index_lookup() function
/php-src/ext/spl/
H A Dspl_observer.c153 zval *entry_zv = zend_hash_index_lookup(&intern->storage, handle); in spl_object_storage_attach_handle()
/php-src/ext/standard/
H A Dvar_unserializer.re491 data = zend_hash_index_lookup(ht, idx);
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c339 return zend_hash_index_lookup(ht, idx); in zend_jit_symtable_lookup_w()
H A Dzend_jit_ir.c488 zv = zend_hash_index_lookup(&jit->addr_hash, addr); in jit_CONST_ADDR()
506 zv = zend_hash_index_lookup(&jit->addr_hash, addr); in jit_CONST_FUNC_PROTO()
11719 ref = ir_CALL_2(IR_ADDR, ir_CONST_FC_FUNC(zend_hash_index_lookup), ht_ref, h);

Completed in 114 milliseconds