3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { foreach (range(1,10) as $i) { yield $i; } } $foo = test(); var_dump($foo instanceof Generator);

preferences:
32.46 ms | 402 KiB | 5 Q