<?php function foo() { static $f = 0; yield ++$f; yield from goo(); } function goo() { static $g = 'a'; yield ++$g; yield from foo(); } foreach (foo() as $foo) { print $foo.PHP_EOL; } ?>
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources
Value for `_results` contains invalid data `array`