3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=0; while ($i<7) { if (false) $i++; else { $i++; echo $i; break 2; } } echo " horse"; ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.26, 5.5.0 - 5.5.10
1 Fatal error: Cannot break/continue 2 levels in /in/p3E84 on line 2
Process exited with code 255.

preferences:
179.37 ms | 1395 KiB | 74 Q