3v4l.org

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

preferences:
45.27 ms | 402 KiB | 5 Q