3v4l.org

run code in 300+ PHP versions simultaneously
<?php $error = array(); $day = 1; if($day == 2){ $error = ['44' => 'DIA NÃO CONFERE!']; echo $error[44]; } else { echo "Hoje é dia $day" }
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /in/PYZMH on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[' in /in/PYZMH on line 5
Process exited with code 255.

preferences:
192.29 ms | 1386 KiB | 66 Q