Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c304 zend_hash_index_add_empty_element(PHPDBG_G(watchlist_mem), (zend_ulong) page);
320 zend_hash_index_add_empty_element(globals->watchlist_mem, (zend_ulong) page);
713 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
/php-src/Zend/
H A Dzend_execute_API.c1177 zend_hash_index_add_empty_element(CG(unlinked_uses), (zend_long)(uintptr_t)ce); in zend_lookup_class_ex()
H A Dzend_hash.h140 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
H A Dzend_hash.c1054 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 35 milliseconds