/PHP-8.3/Zend/tests/ |
H A D | nowdoc_015.phpt | 9 trigger_error("line", E_USER_ERROR); 13 trigger_error("line", E_USER_ERROR); 17 trigger_error("line", E_USER_ERROR); 22 trigger_error("line", E_USER_ERROR); 27 trigger_error("line", E_USER_ERROR); 37 trigger_error("line", E_USER_ERROR); 47 trigger_error("line", E_USER_ERROR);
|
H A D | bug33802.phpt | 5 set_error_handler('errorHandler', E_USER_ERROR); 13 trigger_error("error", E_USER_ERROR);
|
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 | gh10695_7.phpt | 12 trigger_error('main', E_USER_ERROR);
|
H A D | gh13097_a.phpt | 10 E_USER_ERROR
|
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); 352 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__); 355 var_dump($e->getSeverity() === E_USER_ERROR); 544 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE… 547 var_dump($e->getSeverity() === E_USER_ERROR); 769 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE… 772 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_USER_ERROR, __FILE__, __LINE… 775 var_dump($e->getSeverity() === E_USER_ERROR);
|
/PHP-8.3/Zend/ |
H A D | zend_errors.h | 31 #define E_USER_ERROR (1<<8L) macro 42 …E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNIN… 46 #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 | 16 REGISTER_LONG_CONSTANT("E_USER_ERROR", E_USER_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend_builtin_functions.c | 1133 case E_USER_ERROR: in ZEND_FUNCTION()
|
H A D | zend.c | 1566 case E_USER_ERROR: in get_filename_lineno()
|
/PHP-8.3/ext/oci8/tests/ |
H A D | connect.inc | 14 …gger_error("connect.inc: Failed to connect as '$user' to '$dbase': ". $m['message'], E_USER_ERROR);
|
H A D | lob_prefetch.phpt | 79 trigger_error("size mismatch at $i " . strlen($locarr[$i]), E_USER_ERROR); 83 …r_error("data mismatch at $i " . strlen($locarr[$i]) . " " . strlen($inlinearr[$i]), E_USER_ERROR);
|
H A D | lob_prefetch_ini.phpt | 80 trigger_error("size mismatch at $i " . strlen($locarr[$i]), E_USER_ERROR); 84 …r_error("data mismatch at $i " . strlen($locarr[$i]) . " " . strlen($inlinearr[$i]), E_USER_ERROR);
|
/PHP-8.3/Zend/tests/fibers/ |
H A D | fatal-error-in-fiber.phpt | 7 trigger_error("Fatal error in fiber", E_USER_ERROR);
|
H A D | gh10437.phpt | 11 trigger_error('Bailout in fiber', E_USER_ERROR);
|
H A D | fatal-error-in-nested-fiber.phpt | 9 trigger_error("Fatal error in nested fiber", E_USER_ERROR);
|
H A D | fatal-error-with-multiple-fibers.phpt | 16 trigger_error("Fatal error in fiber", E_USER_ERROR);
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | observer_error_02.phpt | 14 trigger_error('Foo error', E_USER_ERROR);
|
H A D | observer_error_05.phpt | 13 trigger_error('Foo error', E_USER_ERROR);
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | gh8409.phpt | 6 trigger_error($errstring, E_USER_ERROR);
|
/PHP-8.3/tests/lang/ |
H A D | error_2_exception_001.phpt | 33 trigger_error("I will become an exception", E_USER_ERROR);
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug31422.phpt | 12 user_error("Hello", E_USER_ERROR);
|
/PHP-8.3/main/ |
H A D | main.c | 1215 case E_USER_ERROR: in report_zend_debug_error_notify_cb() 1300 case E_USER_ERROR: in php_error_cb() 1401 case E_USER_ERROR: in php_error_cb()
|