3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"a":1,"b":2,"c":3,"d":4,"e":5}'; $json_arr = json_decode($json); print $json_arr -> {'a'}
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected end of file in /in/9AUNj on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/9AUNj on line 4
Process exited with code 255.

preferences:
210 ms | 1395 KiB | 66 Q