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/evgMK on line 16
Process exited with code 255.

preferences:
186.76 ms | 1395 KiB | 67 Q