Searched refs:E_USER_ERROR (Results 1 – 19 of 19) sorted by relevance
/php-src/Zend/ |
H A D | zend_errors.h | 31 #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 D | zend_constants.stub.php | 57 const E_USER_ERROR = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 14 REGISTER_LONG_CONSTANT("E_USER_ERROR", E_USER_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend.c | 1616 case E_USER_ERROR: in get_filename_lineno()
|
H A D | zend_builtin_functions.c | 1244 case E_USER_ERROR: in ZEND_FUNCTION()
|
/php-src/Zend/tests/ |
H A D | gh13097_a.phpt | 10 E_USER_ERROR 15 Deprecated: Passing E_USER_ERROR to trigger_error() is deprecated since 8.4, throw an exception or …
|
H A D | 015.phpt | 26 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 D | gh13097_b.phpt | 10 E_USER_ERROR
|
H A D | ErrorException_getSeverity.phpt | 160 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 D | fatal-error-in-fiber.phpt | 7 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 D | gh10437.phpt | 11 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 D | fatal-error-in-nested-fiber.phpt | 9 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 D | fatal-error-with-multiple-fibers.phpt | 16 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 D | observer_error_02.phpt | 14 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 D | observer_error_05.phpt | 13 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 D | bug31422.phpt | 12 user_error("Hello", E_USER_ERROR);
|
/php-src/main/ |
H A D | main.c | 1265 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 D | php.ini-development | 470 ; E_USER_ERROR - user-generated error message
|
H A D | php.ini-production | 472 ; E_USER_ERROR - user-generated error message
|
Completed in 34 milliseconds