moriyoshi Sat Aug 9 15:19:14 2003 EDT Modified files: /php-src/tests/lang bug24658.phpt Log: Fix test so it matches the new error message. Index: php-src/tests/lang/bug24658.phpt diff -u php-src/tests/lang/bug24658.phpt:1.1 php-src/tests/lang/bug24658.phpt:1.2 --- php-src/tests/lang/bug24658.phpt:1.1 Thu Jul 17 14:50:56 2003 +++ php-src/tests/lang/bug24658.phpt Sat Aug 9 15:19:14 2003 @@ -43,5 +43,7 @@ } int(1) int(2) +object(foo)#%d (0) { +} -Fatal error: Argument 1 must be an instance of foo in %s on line %d +Fatal error: Argument 1 must be an object of class foo in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php