Home
last modified time | relevance | path

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

/php-src/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 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 Dbug61767.phpt7 throw new \ErrorException($msg, $code, 0, $file, $line);
21 Fatal error: Uncaught ErrorException: Undefined variable $undefined in %sbug61767.php:%d
30 [message] => Uncaught ErrorException: Undefined variable $undefined 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 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 Dbug80781.phpt2 Bug #80781: Error handler that throws ErrorException infinite loop
8 throw new \ErrorException($message, 0, $severity, $file, $line);
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-src/Zend/tests/exceptions/
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))
/php-src/Zend/tests/attributes/deprecated/functions/
H A Dthrowing_error_handler_001.phpt7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
17 } catch (ErrorException $e) {
30 } catch (ErrorException $e) {
44 } catch (ErrorException $e) {
54 } catch (ErrorException $e) {
67 } catch (ErrorException $e) {
80 } catch (ErrorException $e) {
H A Dthrowing_error_handler_002.phpt7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
15 } catch (ErrorException $e) {
H A Dthrowing_error_handler_003.phpt7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
15 } catch (ErrorException $e) {
H A Ddeprecated_handler_002.phpt7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
27 Fatal error: Uncaught ErrorException: Function my_exception_handler() is deprecated in Unknown:0
/php-src/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-src/Zend/tests/attributes/deprecated/class_constants/
H A Ddeprecated_constant_as_message_002.phpt7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
23 } catch (ErrorException $e) {
29 } catch (ErrorException $e) {
/php-src/ext/standard/tests/strings/
H A Dsprintf_rope_optimization_002.phpt11 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
/php-src/Zend/
H A Dzend_exceptions_arginfo.h95 ZEND_METHOD(ErrorException, __construct);
96 ZEND_METHOD(ErrorException, getSeverity);
125 ZEND_ME(ErrorException, __construct, arginfo_class_ErrorException___construct, ZEND_ACC_PUBLIC)
126 …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-src/ext/standard/tests/mail/
H A Dgh7875.phpt27 throw new ErrorException($message, 0, $severity, $file, $line);
/php-src/ext/zlib/tests/
H A Dbug71417.phpt47 // --> gzdecode(): PHP Fatal error: Uncaught ErrorException: gzdecode(): data error in ...

Completed in 38 milliseconds