Searched refs:zend_hash_index_lookup (Results 1 – 8 of 8) sorted by relevance
100 zval *zv = zend_hash_index_lookup(&EG(weakrefs), obj_key); in zend_weakref_register()
215 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h);226 _ret = zend_hash_index_lookup(_ht, _h); \
1166 ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_ulong h) in zend_hash_index_lookup() function
154 zval *entry_zv = zend_hash_index_lookup(&intern->storage, handle); in spl_object_storage_attach_handle()
496 data = zend_hash_index_lookup(ht, idx);
341 return zend_hash_index_lookup(ht, idx); in zend_jit_symtable_lookup_w()
5347 | EXT_CALL zend_hash_index_lookup, REG0
5875 | EXT_CALL zend_hash_index_lookup, r0
Completed in 91 milliseconds