Searched refs:last_file (Results 1 – 1 of 1) sorted by relevance
679 zend_string *last_file = NULL; in PHP_FUNCTION() local691 if (cur->filename != last_file) { in PHP_FUNCTION()692 last_file = cur->filename; in PHP_FUNCTION()693 file_ht = insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), last_file); in PHP_FUNCTION()
Completed in 11 milliseconds