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("{$i} {$comparatorExpression} {$end}")) { 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/r3MkR on line 26
Process exited with code 255.

preferences:
169.65 ms | 1399 KiB | 67 Q