Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_globals.h134 int last_error_type; member
H A Dmain.c1257 PG(last_error_type) = type; in php_error_cb()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c1510 ZVAL_LONG(&tmp, PG(last_error_type));
1531 PG(last_error_type) = 0;
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c753 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1144 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()

Completed in 37 milliseconds