Home
last modified time | relevance | path

Searched refs:ErrorException (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/Zend/tests/
H A DErrorException_getSeverity.phpt16 throw new ErrorException();
17 } catch(ErrorException $e) {
29 } catch(ErrorException $e) {
41 } catch(ErrorException $e) {
53 } catch(ErrorException $e) {
65 } catch(ErrorException $e) {
77 } catch(ErrorException $e) {
89 } catch(ErrorException $e) {
101 } catch(ErrorException $e) {
113 } catch(ErrorException $e) {
[all …]
H A DErrorException_construct.phpt2 Test default value handling of ErrorException::__construct()
6 $e = new ErrorException();
11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php");
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
H A Dexception_020.phpt2 Test that the original class name is present in the error out when extending ErrorException
6 class MyErrorException extends ErrorException{}
11 Fatal error: Uncaught TypeError: ErrorException::__construct(): Argument #1 ($message) must be of t…
13 #0 %sexception_020.php(%d): ErrorException->__construct(Object(stdClass))
H A Dbug77494.phpt6 disable_classes=CURLFile,ErrorException
11 $b = new ErrorException();
20 Warning: ErrorException() has been disabled for security reasons in %s on line %d
22 Warning: Undefined property: ErrorException::$message in %s on line %d
H A Dundef_var_in_verify_return.phpt7 throw new ErrorException($message, 0, $severity, $filename, $lineNumber);
18 Fatal error: Uncaught ErrorException: Undefined variable $test in %s:%d
H A Dbug78239.phpt9 throw new ErrorException($message, 0, $level, $file, $line);
19 Fatal error: Uncaught ErrorException: Method _ZendTestClass::__toString() is deprecated in %s:%d
H A Dbug80781.phpt2 Bug #80781: Error handler that throws ErrorException infinite loop
8 throw new \ErrorException($message, 0, $severity, $file, $line);
H A Dbug61767.phpt7 throw new \ErrorException($msg, $code, 0, $file, $line);
21 Fatal error: Uncaught ErrorException: Undefined variable $undefined in %sbug61767.php:%d
H A Dbug41209.phpt15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
42 Fatal error: Uncaught ErrorException: Undefined variable $id in %s:%d
H A Dbug80972.phpt8 throw new ErrorException($message, 0, $severity, $filename, $lineno);
/PHP-8.2/ext/reflection/tests/
H A Dbug76536.phpt11 function handleError() {throw new ErrorException();}
20 Fatal error: Uncaught ErrorException in %sbug76536.php:%d
22 #0 [internal function]: handleError(Object(ErrorException))
/PHP-8.2/Zend/
H A Dzend_exceptions_arginfo.h96 ZEND_METHOD(ErrorException, __construct);
97 ZEND_METHOD(ErrorException, getSeverity);
129 ZEND_ME(ErrorException, __construct, arginfo_class_ErrorException___construct, ZEND_ACC_PUBLIC)
130 …ZEND_ME(ErrorException, getSeverity, arginfo_class_ErrorException_getSeverity, ZEND_ACC_PUBLIC|ZEN…
H A Dzend_exceptions.stub.php68 class ErrorException extends Exception class
H A Dzend_exceptions.c357 ZEND_METHOD(ErrorException, __construct) in ZEND_METHOD() argument
472 ZEND_METHOD(ErrorException, getSeverity) in ZEND_METHOD() argument
/PHP-8.2/ext/standard/tests/mail/
H A Dgh7875.phpt27 throw new ErrorException($message, 0, $severity, $file, $line);
/PHP-8.2/ext/zlib/tests/
H A Dbug71417.phpt47 // --> gzdecode(): PHP Fatal error: Uncaught ErrorException: gzdecode(): data error in ...

Completed in 46 milliseconds