3v4l.org

run code in 300+ PHP versions simultaneously
<?php function printer() { echo "I'm printer!".PHP_EOL; while (true) { $string = yield 'yielded'; echo $string.PHP_EOL; } } $printer = printer(); $printer->rewind(); var_dump($printer->current()); //$printer->send('Hello world!'); //$printer->send('Bye world!'); ?>

preferences:
64.71 ms | 402 KiB | 5 Q