<?php $occurrences = range(0, 100); function yeilder() { global $occurrences; foreach ($occurrences as $occurrence) { yield $occurrence; } } foreach (yeilder() as $value) { echo $value; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`