Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_globals.h138 int last_error_type; member
H A Dmain.c1281 PG(last_error_type) = type; in php_error_cb()
/php-src/ext/standard/
H A Dbasic_functions.c1413 ZVAL_LONG(&tmp, PG(last_error_type));
1434 PG(last_error_type) = 0;
/php-src/sapi/phpdbg/
H A Dphpdbg.c755 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
/php-src/sapi/cli/
H A Dphp_cli_server.c1192 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()

Completed in 29 milliseconds