diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2015-03-10 10:31:55 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2015-03-10 10:31:55 +0300 |
| commit | a30d328671a93aa7411af2e46176b1bbfd315a93 (patch) | |
| tree | 2a6ed42573c33e1754423259315d39fe610e17cc /Zend/tests/closure_027.phpt | |
| parent | 56eed39e043715e0c81c8f515586605f14917dc0 (diff) | |
| download | php-git-a30d328671a93aa7411af2e46176b1bbfd315a93.tar.gz | |
Errors converted to exceptions are not "recoverable" anymore.
Diffstat (limited to 'Zend/tests/closure_027.phpt')
| -rw-r--r-- | Zend/tests/closure_027.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/closure_027.phpt b/Zend/tests/closure_027.phpt index f26e114045..442615c278 100644 --- a/Zend/tests/closure_027.phpt +++ b/Zend/tests/closure_027.phpt @@ -28,4 +28,4 @@ Notice: Undefined variable: y in %s on line %d Warning: Missing argument 1 for {closure}(), called in %s on line %d and defined in %s on line %d NULL -Catchable fatal error: Argument 1 passed to test() must be an instance of Closure, instance of stdClass given, called in %s on line %d and defined in %s on line %d +Fatal error: Argument 1 passed to test() must be an instance of Closure, instance of stdClass given, called in %s on line %d and defined in %s on line %d |
