From ca7f2d282c4db1cbf9c60ec09fc52a2f59ceb1b8 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 10 May 2006 22:50:48 +0000 Subject: [PATCH] - Fix tests --- Zend/tests/bug26166.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1