3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testGenerators() { $testArray = array(1,2,3); foreach ($testArray as $num) { yield $num; } } $test = testGenerators(); var_dump($test);

preferences:
41.36 ms | 402 KiB | 5 Q