3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { $test = range(0, 10); foreach ($test as $int) { yield $int; } } foreach (test() as $value) { echo $value . '-'; }

preferences:
34.74 ms | 402 KiB | 5 Q