3v4l.org

run code in 300+ PHP versions simultaneously
<?php function x(){ yield 1; yield 2; yield 3; } function a($x){ yield from $x; } foreach(a(a(x())) as $i => $x){ echo $i . "=>" . $x . "\n"; }

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
214.31 ms | 2103 KiB | 13 Q