3v4l.org

run code in 300+ PHP versions simultaneously
<?php function generator() { yield from gen2(); yield /* comment */ from gen2(); yield from gen2(); yield // comment from gen2(); yield /* comment */ from gen2(); }
Output for 8.3.0 - 8.3.9
Output for 8.1.0 - 8.1.29, 8.2.0 - 8.2.21
Parse error: syntax error, unexpected identifier "gen2" in /in/2SI2Q on line 7
Process exited with code 255.

preferences:
185.1 ms | 1410 KiB | 69 Q