/php-src/Zend/tests/ |
H A D | ErrorException_getSeverity.phpt | 16 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 D | ErrorException_construct.phpt | 2 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 D | bug77494.phpt | 6 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 D | bug61767.phpt | 7 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 D | bug78239.phpt | 9 throw new ErrorException($message, 0, $level, $file, $line); 19 Fatal error: Uncaught ErrorException: Method _ZendTestClass::__toString() is deprecated in %s:%d
|
H A D | undef_var_in_verify_return.phpt | 7 throw new ErrorException($message, 0, $severity, $filename, $lineNumber); 18 Fatal error: Uncaught ErrorException: Undefined variable $test in %s:%d
|
H A D | bug80781.phpt | 2 Bug #80781: Error handler that throws ErrorException infinite loop 8 throw new \ErrorException($message, 0, $severity, $file, $line);
|
H A D | bug41209.phpt | 15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline); 42 Fatal error: Uncaught ErrorException: Undefined variable $id in %s:%d
|
H A D | bug80972.phpt | 8 throw new ErrorException($message, 0, $severity, $filename, $lineno);
|
/php-src/Zend/tests/exceptions/ |
H A D | exception_020.phpt | 2 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 D | throwing_error_handler_001.phpt | 7 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 D | throwing_error_handler_002.phpt | 7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline); 15 } catch (ErrorException $e) {
|
H A D | throwing_error_handler_003.phpt | 7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline); 15 } catch (ErrorException $e) {
|
H A D | deprecated_handler_002.phpt | 7 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 D | bug76536.phpt | 11 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 D | deprecated_constant_as_message_002.phpt | 7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline); 23 } catch (ErrorException $e) { 29 } catch (ErrorException $e) {
|
/php-src/ext/standard/tests/strings/ |
H A D | sprintf_rope_optimization_002.phpt | 11 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
|
/php-src/Zend/ |
H A D | zend_exceptions_arginfo.h | 95 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 D | zend_exceptions.stub.php | 68 class ErrorException extends Exception class
|
H A D | zend_exceptions.c | 357 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 D | gh7875.phpt | 27 throw new ErrorException($message, 0, $severity, $file, $line);
|
/php-src/ext/zlib/tests/ |
H A D | bug71417.phpt | 47 // --> gzdecode(): PHP Fatal error: Uncaught ErrorException: gzdecode(): data error in ...
|