<?php interface Foo extends \Traversable { } interface Baz { } class Example implements Foo, \IteratorAggregate, 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`