3v4l.org

run code in 300+ PHP versions simultaneously
<?php $start = 0; $end = 10; $comparator = '<'; $comparatorExpression = null; $i = $start; for ( ; ; ) { switch ($comparator) { case '<'; $comparatorExpression = "$i < $end"; break; } } if (eval("return {$comparatorExpression}")) { break; } $i++; if ($i > $end) { echo "fail\n"; break; } }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected '}' in /in/fuQXY on line 26
Process exited with code 255.

preferences:
194.96 ms | 1395 KiB | 67 Q