3v4l.org

run code in 300+ PHP versions simultaneously
<?php $num = 80; for ($num=10, $num1=$num, $max=100; $num <= $max; $num++) { if ((($num % 10) == 0)) { echo $num; echo ( " converted to fahrenheit is " ); } elseif ((5/9) * ($num1 - 32) { echo $num1; echo ( "</br>" ); } } echo ( "</br> End Loop." ); ?>
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '{' in /in/7dthf on line 11
Process exited with code 255.

preferences:
199.22 ms | 1395 KiB | 58 Q