Fix tests

This commit is contained in:
Etienne Kneuss 2010-02-02 13:08:11 +00:00
parent 08af09ccbb
commit 12b548b5c1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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