Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp_globals.h145 int last_error_type; member
H A Dmain.c1076 PG(last_error_type) = type; in php_error_cb()
1856 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c874 switch (PG(last_error_type)) { in php_sapi_phpdbg_log_message()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c4822 add_assoc_long_ex(return_value, "type", sizeof("type")-1, PG(last_error_type));
4839 PG(last_error_type) = 0;
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1105 switch (PG(last_error_type)) { in php_cli_server_log_response()

Completed in 42 milliseconds