3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"arena":{"type":"deltastrike"},"game":{"id":"43a8873e-dc8d-43e8-a1bb-be8ea8d9da86","start_time":{"date":"2014-05-13 21:05:25","timezone_type":3,"timezone":"Europe\/Prague"},"end_time":{"date":"2014-05-13 21:20:41","timezone_type":3,"timezone":"Europe\/Prague"},"template":{"id":"91382569-778f-11e1-97a5-e84dc909cff5","title":"One Shot"}},"teams":[{"id":0,"color":"#000000"},{"id":1,"color":"#FF0033"},{"id":2,"color":"#00FF00"},{"id":3,"color":"#0033FF"}],"players":[{"id":536883715,"title":"Nox","team_id":3,"score":5400,"shot_fired":184,"shot_hits":7942,"killed":7942}],"hits":[]}'; print_r(json_decode($json));
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
stdClass Object ( [arena] => stdClass Object ( [type] => deltastrike ) [game] => stdClass Object ( [id] => 43a8873e-dc8d-43e8-a1bb-be8ea8d9da86 [start_time] => stdClass Object ( [date] => 2014-05-13 21:05:25 [timezone_type] => 3 [timezone] => Europe/Prague ) [end_time] => stdClass Object ( [date] => 2014-05-13 21:20:41 [timezone_type] => 3 [timezone] => Europe/Prague ) [template] => stdClass Object ( [id] => 91382569-778f-11e1-97a5-e84dc909cff5 [title] => One Shot ) ) [teams] => Array ( [0] => stdClass Object ( [id] => 0 [color] => #000000 ) [1] => stdClass Object ( [id] => 1 [color] => #FF0033 ) [2] => stdClass Object ( [id] => 2 [color] => #00FF00 ) [3] => stdClass Object ( [id] => 3 [color] => #0033FF ) ) [players] => Array ( [0] => stdClass Object ( [id] => 536883715 [title] => Nox [team_id] => 3 [score] => 5400 [shot_fired] => 184 [shot_hits] => 7942 [killed] => 7942 ) ) [hits] => Array ( ) )
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function json_decode() in /in/LeTvG on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: json_decode() in /in/LeTvG on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: json_decode() in /in/LeTvG on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: json_decode() in /in/LeTvG on line 5

preferences:
313.26 ms | 401 KiB | 456 Q