Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c654 zend_string *last_file = NULL; in PHP_FUNCTION() local
666 if (cur->filename != last_file) { in PHP_FUNCTION()
667 last_file = cur->filename; in PHP_FUNCTION()
668 file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file); in PHP_FUNCTION()

Completed in 7 milliseconds