3v4l.org

run code in 300+ PHP versions simultaneously
<?php public function ze_range($start) { for ($i = $start; $i < 10; $i++) { if($i < 5) { yield $i; } } } var_dump(ze_range(3));
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /in/SSg0l on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_PUBLIC in /in/SSg0l on line 3
Process exited with code 255.

preferences:
174.91 ms | 1399 KiB | 58 Q