Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_errors.h47 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR… macro
49 #define E_HAS_ONLY_FATAL_ERRORS(mask) !((mask) & ~E_FATAL_ERRORS)
H A Dzend.c1447 ZEND_ASSERT(!(type & E_FATAL_ERRORS) && "Fatal error during SCCP"); in zend_error_zstr_at()
1471 if (type & E_FATAL_ERRORS) { in zend_error_zstr_at()
H A Dzend_vm_def.h7646 EG(error_reporting) &= E_FATAL_ERRORS;
H A Dzend_vm_execute.h3048 EG(error_reporting) &= E_FATAL_ERRORS; in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
/php-src/sapi/phpdbg/
H A Dphpdbg.c756 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_sapi_phpdbg_log_message()
/php-src/ext/soap/
H A Dsoap.c1861 if ((error_num & E_FATAL_ERRORS) && use_exceptions) { in soap_real_error_handler()
1883 if (error_num & E_FATAL_ERRORS) { in soap_real_error_handler()
/php-src/sapi/cli/
H A Dphp_cli_server.c1192 if (PG(last_error_type) & E_FATAL_ERRORS) { in php_cli_server_log_response()
/php-src/ext/opcache/
H A DZendAccelerator.c3839 if (type & E_FATAL_ERRORS) {

Completed in 245 milliseconds