Home
last modified time | relevance | path

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

/PHP-8.3/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.c1394 ZEND_ASSERT(!(type & E_FATAL_ERRORS) && "Fatal error during SCCP"); in zend_error_zstr_at()
1418 if (type & E_FATAL_ERRORS) { in zend_error_zstr_at()
H A Dzend_vm_def.h7563 EG(error_reporting) &= E_FATAL_ERRORS;
H A Dzend_vm_execute.h3004 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c755 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
/PHP-8.3/ext/soap/
H A Dsoap.c1744 if ((error_num & E_FATAL_ERRORS) && use_exceptions) {
1766 if (error_num & E_FATAL_ERRORS) {
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c1192 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c3808 if (type & E_FATAL_ERRORS) {

Completed in 207 milliseconds