Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_globals.h138 int last_error_lineno; member
H A Dmain.c1223 && ((PG(last_error_lineno) != (int)error_lineno) in php_error_cb()
1264 PG(last_error_lineno) = error_lineno; in php_error_cb()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c86 …Last error: %s at %s line %d", PG(last_error_message), PG(last_error_file), PG(last_error_lineno)); in PHPDBG_INFO()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1513 add_assoc_long_ex(return_value, "line", sizeof("line")-1, PG(last_error_lineno));
1525 PG(last_error_lineno) = 0;
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1172 ZSTR_VAL(PG(last_error_message)), PG(last_error_file), PG(last_error_lineno)); in php_cli_server_log_response()

Completed in 39 milliseconds