Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg.c627 HashTable *file_ht = NULL; in PHP_FUNCTION() local
640 file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file); in PHP_FUNCTION()
646 insert_ht = file_ht; in PHP_FUNCTION()
673 ZEND_ASSERT(insert_ht && file_ht); in PHP_FUNCTION()

Completed in 9 milliseconds