Home
last modified time | relevance | path

Searched refs:E_USER_ERROR (Results 1 – 19 of 19) sorted by relevance

/php-src/Zend/
H A Dzend_errors.h31 #define E_USER_ERROR (1<<8L) macro
43 …E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNIN…
47 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR…
H A Dzend_constants.stub.php57 const E_USER_ERROR = UNKNOWN; define
H A Dzend_constants_arginfo.h14 REGISTER_LONG_CONSTANT("E_USER_ERROR", E_USER_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend.c1616 case E_USER_ERROR: in get_filename_lineno()
H A Dzend_builtin_functions.c1244 case E_USER_ERROR: in ZEND_FUNCTION()
/php-src/Zend/tests/
H A Dgh13097_a.phpt10 E_USER_ERROR
15 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
H A D015.phpt26 trigger_error(): Argument #2 ($error_level) must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOT…
27 trigger_error(): Argument #2 ($error_level) must be one of E_USER_ERROR, E_USER_WARNING, E_USER_NOT…
H A Dgh13097_b.phpt10 E_USER_ERROR
H A DErrorException_getSeverity.phpt160 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR);
163 var_dump($e->getSeverity() === E_USER_ERROR);
340 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__);
343 var_dump($e->getSeverity() === E_USER_ERROR);
520 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE…
523 var_dump($e->getSeverity() === E_USER_ERROR);
733 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE…
736 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE…
739 var_dump($e->getSeverity() === E_USER_ERROR);
/php-src/Zend/tests/fibers/
H A Dfatal-error-in-fiber.phpt7 trigger_error("Fatal error in fiber", E_USER_ERROR);
14 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
H A Dgh10437.phpt11 trigger_error('Bailout in fiber', E_USER_ERROR);
17 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
H A Dfatal-error-in-nested-fiber.phpt9 trigger_error("Fatal error in nested fiber", E_USER_ERROR);
28 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
H A Dfatal-error-with-multiple-fibers.phpt16 trigger_error("Fatal error in fiber", E_USER_ERROR);
28 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
/php-src/ext/zend_test/tests/
H A Dobserver_error_02.phpt14 trigger_error('Foo error', E_USER_ERROR);
29 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
H A Dobserver_error_05.phpt13 trigger_error('Foo error', E_USER_ERROR);
38 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
/php-src/ext/soap/tests/bugs/
H A Dbug31422.phpt12 user_error("Hello", E_USER_ERROR);
/php-src/main/
H A Dmain.c1265 case E_USER_ERROR: in report_zend_debug_error_notify_cb()
1350 case E_USER_ERROR: in php_error_cb()
1443 case E_USER_ERROR: in php_error_cb()
/php-src/
H A Dphp.ini-development470 ; E_USER_ERROR - user-generated error message
H A Dphp.ini-production472 ; E_USER_ERROR - user-generated error message

Completed in 34 milliseconds