3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ ["id"]=> "1", ["uid"]=> NULL, ["email"]=> "email@gmail.com", ["first_name"]=> "Andrés", ["last_name"]=> "Last Namé", ["location"]=> "Dirección 1234 (Chaco)", ["phone"]=> "1234567890", ["date_created"]=> "2014-03-07 15:25:43", ["date_modified"]=> "2014-03-07 15:25:43" ]; echo json_encode($a);
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.37, 5.6.0 - 5.6.28
Warning: Illegal offset type in /in/YAlq0 on line 4 Warning: Illegal offset type in /in/YAlq0 on line 6 Warning: Illegal offset type in /in/YAlq0 on line 8 Warning: Illegal offset type in /in/YAlq0 on line 10 Warning: Illegal offset type in /in/YAlq0 on line 12 Warning: Illegal offset type in /in/YAlq0 on line 14 Warning: Illegal offset type in /in/YAlq0 on line 16 Warning: Illegal offset type in /in/YAlq0 on line 18 Warning: Illegal offset type in /in/YAlq0 on line 21 []
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[' in /in/YAlq0 on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/YAlq0 on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/YAlq0 on line 2
Process exited with code 255.

preferences:
261.46 ms | 1395 KiB | 196 Q