Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.c277 zend_hash_index_add_empty_element(PHPDBG_G(watchlist_mem), (zend_ulong) page);
663 zend_hash_index_add_empty_element(&PHPDBG_G(watch_free), (zend_ulong) element->parent_container);
/PHP-7.1/Zend/
H A Dzend_hash.h125 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable *ht, zend_ulong h);
H A Dzend_hash.c679 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 22 milliseconds