diff options
Diffstat (limited to 'Zend/tests/bug26166.phpt')
-rw-r--r-- | Zend/tests/bug26166.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug26166.phpt b/Zend/tests/bug26166.phpt index 9e31efa442..a77989c7c2 100644 --- a/Zend/tests/bug26166.phpt +++ b/Zend/tests/bug26166.phpt @@ -68,7 +68,7 @@ catch (Exception $e) { --EXPECTF-- Hello World! ===NONE=== -string(56) "Method NoneTest::__toString() must return a string value" +string(%d) "Method NoneTest::__toString() must return a string value" ===THROW=== -Fatal error: Method ErrorTest::__toString() must not throw an exception in %sbug26166.php on line %d +Fatal error: Method ErrorTest::__toString() must not throw an exception, caught Exception: This is an error! in %sbug26166.php on line %d |