3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { if (0 == 0) { continue; } var_dump('test'); } var_dump(test());
Output for 7.0.0
Fatal error: 'continue' not in the 'loop' or 'switch' context in /in/FtiVv on line 5
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Fatal error: Cannot break/continue 1 level in /in/FtiVv on line 5
Process exited with code 255.

preferences:
164.02 ms | 1395 KiB | 24 Q