3v4l.org

run code in 300+ PHP versions simultaneously
<?php function first() { yeild from another(); } function another() { yeild "test"; } foreach (first() as $string) { echo $string . "\n"; }
Output for 5.4.2 - 5.4.45, 5.5.24 - 5.5.30, 5.6.8 - 5.6.14
Parse error: syntax error, unexpected 'from' (T_STRING) in /in/2MdK1 on line 4
Process exited with code 255.

preferences:
175.29 ms | 1395 KiB | 64 Q