Annotation of embedaddon/php/Zend/tests/bug48667_2.phpt, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>