3v4l.org

run code in 300+ PHP versions simultaneously
<?php $total = 0; $n = 0; $m = 0; $list = array(8,1,7,-7,2,4,5,-14,0,1); for ($i=0;$i<=9;$i++) { if ($list[$i] >= 4) { $total = $total + $list[$i]; $m = $m + 1; } if ($list[$i] == 0) { $n = $n + 1; } } echo "The sum of the bigges is ".$total.<br />; echo "There were ".$n." zeros and ".$m." biggies." ?>
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.21
Parse error: syntax error, unexpected '<' in /in/r9I38 on line 15
Process exited with code 255.

preferences:
181.79 ms | 1395 KiB | 57 Q