3v4l.org

run code in 300+ PHP versions simultaneously
<?php function x($x) { for(;;) { for(;;) { for(;;) { for(;;) { for(;;) { for(;;) { break $x; } return false; } return false; } return false; } return false; } return true; } return false; } var_dump(x(5));
Output for 5.4.0 - 5.4.30
Fatal error: 'break' operator with non-constant operand is no longer supported in /in/gbLqR on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.29
bool(true)

preferences:
196.41 ms | 1395 KiB | 68 Q