<?php function find() { return [1, 2, 3, 4, 5, 6, 7, 8]; } foreach (find() as $n) { echo $n.PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.