From: Marcus Boerger Date: Wed, 10 May 2006 22:50:48 +0000 (+0000) Subject: - Fix tests X-Git-Tag: BEFORE_NEW_OUTPUT_API~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca7f2d282c4db1cbf9c60ec09fc52a2f59ceb1b8;p=php - Fix tests --- diff --git a/Zend/tests/bug26166.phpt b/Zend/tests/bug26166.phpt index 130109d03a..d83b6c299f 100755 --- a/Zend/tests/bug26166.phpt +++ b/Zend/tests/bug26166.phpt @@ -71,11 +71,11 @@ Hello World! string(52) "Method None::__toString() must return a string value" ===THROW=== -Fatal error: Object of class Error could not be converted to string in %sbug26166.php on line %d +Fatal error: Method Error::__toString() must not throw an exception in %sbug26166.php on line %d --UEXPECTF-- Hello World! ===NONE=== unicode(52) "Method None::__toString() must return a string value" ===THROW=== -Fatal error: Object of class Error could not be converted to string in %sbug26166.php on line %d +Fatal error: Method Error::__toString() must not throw an exception in %sbug26166.php on line %d