Home
last modified time | relevance | path

Searched refs:zend_hash_index_add_empty_element (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.c266 zend_hash_index_add_empty_element(PHPDBG_G(watchlist_mem), (zend_ulong) page);
653 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
/PHP-8.1/Zend/
H A Dzend_execute_API.c1110 zend_hash_index_add_empty_element(CG(unlinked_uses), (zend_long)(zend_uintptr_t)ce); in zend_lookup_class_ex()
H A Dzend_hash.h137 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
H A Dzend_hash.c981 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h) in zend_hash_index_add_empty_element() function

Completed in 48 milliseconds