<?php interface Foo extends \Traversable { } interface Baz { } class Example implements \IteratorAggregate, Foo, Baz { public function getIterator() { return new \ArrayIterator([]); } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`