Home
last modified time | relevance | path

Searched refs:E_FATAL_ERRORS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_errors.h46 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR… macro
48 #define E_HAS_ONLY_FATAL_ERRORS(mask) !((mask) & ~E_FATAL_ERRORS)
H A Dzend.c1320 if (type & E_FATAL_ERRORS) { in zend_error_impl()
H A Dzend_vm_def.h7314 EG(error_reporting) &= E_FATAL_ERRORS;
H A Dzend_vm_execute.h2727 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c802 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
/PHP-8.0/ext/soap/
H A Dsoap.c1846 if ((error_num & E_FATAL_ERRORS) && use_exceptions) {
1868 if (error_num & E_FATAL_ERRORS) {
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1129 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()

Completed in 148 milliseconds