Browse Source

Fix tests

experimental/the_5_4_that_isnt_5_4
Etienne Kneuss 17 years ago
parent
commit
18f8fa7ba3
  1. 2
      Zend/tests/bug48667_1.phpt
  2. 2
      Zend/tests/bug48667_2.phpt

2
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

2
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
Loading…
Cancel
Save