![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Bug #48667 (Implementing both iterator and iteratoraggregate) ! 3: --FILE-- ! 4: <?php ! 5: ! 6: abstract class A implements Iterator, IteratorAggregate { } ! 7: ! 8: ?> ! 9: --EXPECTF-- ! 10: Fatal error: Class A cannot implement both IteratorAggregate and Iterator at the same time in %s on line %d