<?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"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`