3v4l.org

run code in 300+ PHP versions simultaneously
<?php function myGenerator() { yield 0 => 1; yield 0 => 2; yield 0 => 3; } foreach (myGenerator() as $key => $value) { echo $key . PHP_EOL; } // Output: // 0 // 0 // 0 ?>

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
156.96 ms | 1454 KiB | 9 Q