3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (phpversion() < 50500) exit; function test () { while ($data = yield) echo $data; } $d = test(); $d->send('something'); $d->send('something2');

preferences:
31.81 ms | 402 KiB | 5 Q