diff options
Diffstat (limited to 'Zend/tests/bug72057.phpt')
-rw-r--r-- | Zend/tests/bug72057.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/bug72057.phpt b/Zend/tests/bug72057.phpt index e1a129bbc2..406efe3efc 100644 --- a/Zend/tests/bug72057.phpt +++ b/Zend/tests/bug72057.phpt @@ -10,9 +10,7 @@ set_error_handler( ); (function (int $i) { bar(); })("7as"); - --EXPECTF-- - Fatal error: Uncaught Exception: My custom error in %s:%d Stack trace: #0 %s(%d): {closure}(8, 'A non well form...', '%s', %d, Array) |