Home
last modified time | relevance | path

Searched refs:E_RECOVERABLE_ERROR (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_errors.h35 #define E_RECOVERABLE_ERROR (1<<12L) macro
39 …_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECA…
H A Dzend_constants.c112 …REGISTER_MAIN_LONG_CONSTANT("E_RECOVERABLE_ERROR", E_RECOVERABLE_ERROR, CONST_PERSISTENT | CONST_C… in zend_register_standard_constants()
H A Dzend.c1285 case E_RECOVERABLE_ERROR: in zend_error_va_list()
1446 case E_RECOVERABLE_ERROR: in get_filename_lineno()
H A Dzend_operators.c142 zend_error(E_RECOVERABLE_ERROR, \
2607 …zend_error(E_RECOVERABLE_ERROR, "Object of class %s could not be converted to bool", ZSTR_VAL(Z_OB… in zend_object_is_true()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
/PHP-7.4/Zend/tests/
H A DErrorException_getSeverity.phpt208 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR);
211 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
400 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__);
403 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
592 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,…
595 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
833 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,…
836 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,…
839 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
/PHP-7.4/main/
H A Dmain.c1344 case E_RECOVERABLE_ERROR: in php_error_cb()
1449 case E_RECOVERABLE_ERROR: in php_error_cb()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c852 case E_RECOVERABLE_ERROR: { in php_sapi_phpdbg_log_message()
/PHP-7.4/
H A Dphp.ini-development433 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
460 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production433 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
460 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
/PHP-7.4/ext/session/
H A Dsession.c560 …php_error_docref(NULL, E_RECOVERABLE_ERROR, "Cannot set 'user' save handler by ini_set() or sessio… in PHP_INI_MH()

Completed in 59 milliseconds