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 git.master, git.master_jit, rfc.property-hooks
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 ( ) )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.73 ms | 405 KiB | 8 Q