Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_globals.h138 int last_error_type; member
H A Dmain.c1324 PG(last_error_type) = type; in php_error_cb()
1924 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c846 switch (PG(last_error_type)) { in php_sapi_phpdbg_log_message()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4888 add_assoc_long_ex(return_value, "type", sizeof("type")-1, PG(last_error_type));
4905 PG(last_error_type) = 0;
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1177 switch (PG(last_error_type)) { in php_cli_server_log_response()

Completed in 38 milliseconds