phpdbg_list_file  824 sapi/phpdbg/phpdbg.c 				phpdbg_list_file(file, 3, zend_get_executed_lineno() - 1, zend_get_executed_lineno());
phpdbg_list_file   90 sapi/phpdbg/phpdbg_frame.c 		phpdbg_list_file(file, 3, zend_get_executed_lineno() - 1, zend_get_executed_lineno());
phpdbg_list_file   60 sapi/phpdbg/phpdbg_list.c 			phpdbg_list_file(file, param->num < 0 ? 1 - param->num : param->num, (param->num < 0 ? param->num : 0) + zend_get_executed_lineno(), 0);
phpdbg_list_file   66 sapi/phpdbg/phpdbg_list.c 			phpdbg_list_file(file, param->file.line, 0, 0);
phpdbg_list_file  112 sapi/phpdbg/phpdbg_list.c 				phpdbg_list_file(ce->info.user.filename, ce->info.user.line_end - ce->info.user.line_start + 1, ce->info.user.line_start, 0);
phpdbg_list_file  191 sapi/phpdbg/phpdbg_list.c 	phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0);
phpdbg_list_file   37 sapi/phpdbg/phpdbg_list.h void phpdbg_list_file(zend_string *, uint, int, uint);
phpdbg_list_file 1442 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_list_file(file, 3, zend_get_executed_lineno()-1, zend_get_executed_lineno()); \