From 18f8fa7ba3092dd08fe4903a1a0c196b76b17928 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Tue, 2 Feb 2010 13:08:11 +0000 Subject: [PATCH] Fix tests --- Zend/tests/bug48667_1.phpt | 2 +- Zend/tests/bug48667_2.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1