3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"arena":{"type":"deltastrike"},"game":{"id":"43a8873e-dc8d-43e8-a1bb-be8ea8d9da86","start_time":"43a8873e-dc8d-43e8-a1bb-be8ea8d9da86","end_time":"43a8873e-dc8d-43e8-a1bb-be8ea8d9da86","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.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 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.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
stdClass Object ( [arena] => stdClass Object ( [type] => deltastrike ) [game] => stdClass Object ( [id] => 43a8873e-dc8d-43e8-a1bb-be8ea8d9da86 [start_time] => 43a8873e-dc8d-43e8-a1bb-be8ea8d9da86 [end_time] => 43a8873e-dc8d-43e8-a1bb-be8ea8d9da86 [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/8KBnI 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/8KBnI 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/8KBnI 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/8KBnI on line 5

preferences:
234.62 ms | 401 KiB | 375 Q