Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.h37 void phpdbg_list_file(zend_string *, uint32_t, int, uint32_t);
H A Dphpdbg_list.c60phpdbg_list_file(file, param->num < 0 ? 1 - param->num : param->num, (param->num < 0 ? param->num … in PHPDBG_LIST()
72 phpdbg_list_file(file, param->file.line, 0, 0); in PHPDBG_LIST()
118phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce… in PHPDBG_LIST()
132 void phpdbg_list_file(zend_string *filename, uint32_t count, int offset, uint32_t highlight) /* {{{… in phpdbg_list_file() function
189 phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0); in phpdbg_list_function()
H A Dphpdbg_frame.c98 phpdbg_list_file(file, 3, zend_get_executed_lineno() - 1, zend_get_executed_lineno()); in phpdbg_print_cur_frame_info()
H A Dphpdbg_prompt.c1655 phpdbg_list_file(file, 3, zend_get_executed_lineno()-1, zend_get_executed_lineno()); in list_code()
H A Dphpdbg.c855 phpdbg_list_file(file, 3, zend_get_executed_lineno() - 1, zend_get_executed_lineno()); in php_sapi_phpdbg_log_message()

Completed in 20 milliseconds