Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_globals.h137 int last_error_type; member
H A Dmain.c989 PG(last_error_type) = type; in php_error_cb()
1761 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1192 switch (PG(last_error_type)) { in php_cli_server_log_response()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4769 add_assoc_long_ex(return_value, "type", sizeof("type"), PG(last_error_type));

Completed in 79 milliseconds