3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(count($cmcs = array(1, 2, 3, 4)) > 2) { echo "yes"; } else { echo "no"; } echo "<br/><br/>" if(count($other = array(5, 56)) > 2) { echo "it is"; } else { echo "it is not"; }
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected 'if' (T_IF), expecting ',' or ';' in /in/9TbN5 on line 14
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_IF, expecting ',' or ';' in /in/9TbN5 on line 14
Process exited with code 255.

preferences:
193.25 ms | 1386 KiB | 66 Q