3v4l.org

run code in 300+ PHP versions simultaneously
<?php $medidas = array("75"=>"56", "90"=>"68", "100"=>"75", "120"=>"90", "200"=>"150", "320"=>"200"); for($medida in $medidas){ echo $medida; } ?>
Output for 5.4.0 - 5.4.19, 5.5.0 - 5.5.3
Parse error: syntax error, unexpected 'in' (T_STRING), expecting ';' in /in/7cIZ9 on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_STRING, expecting ';' in /in/7cIZ9 on line 5
Process exited with code 255.

preferences:
186.67 ms | 1395 KiB | 59 Q