<?php $gen = function () { for ($i = 0; $i < 10; $i++) { yield $i; } $sentValue = yield $i; yield "last iteration received $sentValue"; }; foreach ($gen() as $value) { echo $value . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`