<?php class SomeIterator implements Iterator{ function rewind(){ $this->x = 0; } function next(){ $this->x++; } function valid(){ return $this->x < 10; } function key(){ echo "key"; } function current(){ echo "current"; } } foreach(new SomeIterator as $value);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`