From: Etienne Kneuss Date: Tue, 2 Feb 2010 13:08:11 +0000 (+0000) Subject: Fix tests X-Git-Tag: php-5.4.0alpha1~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18f8fa7ba3092dd08fe4903a1a0c196b76b17928;p=php Fix tests --- diff --git a/Zend/tests/bug48667_1.phpt b/Zend/tests/bug48667_1.phpt index df98aed349..2d94aed2bf 100644 --- a/Zend/tests/bug48667_1.phpt +++ b/Zend/tests/bug48667_1.phpt @@ -7,4 +7,4 @@ abstract class A implements Iterator, IteratorAggregate { } ?> --EXPECTF-- -Fatal error: Class A cannot implement both IteratorAggregate and Iterator at the same time. in %s on line %d +Fatal error: Class A cannot implement both IteratorAggregate and Iterator at the same time in %s on line %d diff --git a/Zend/tests/bug48667_2.phpt b/Zend/tests/bug48667_2.phpt index 6bc707eeeb..57cd5eb8b8 100644 --- a/Zend/tests/bug48667_2.phpt +++ b/Zend/tests/bug48667_2.phpt @@ -7,4 +7,4 @@ abstract class A implements IteratorAggregate, Iterator { } ?> --EXPECTF-- -Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time. in %s on line %d +Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time in %s on line %d