php-src/Zend/tests/bug48667_1.phpt
Etienne Kneuss 12b548b5c1 Fix tests
2010-02-02 13:08:11 +00:00

11 lines
271 B
PHP

--TEST--
Bug #48667 (Implementing both iterator and iteratoraggregate)
--FILE--
<?php
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