3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode('{ "menu": { "id": "file", "value": "File", "popup": { "menuitem": [ { "value": "New", "onclick": "CreateNewDoc()" },{ "value": "Open", "onclick": "OpenDoc()" },{ "value": "Close", "onclick": "CloseDoc()" } ] } } }', null));
Output for git.master_jit, git.master, rfc.property-hooks
object(stdClass)#6 (1) { ["menu"]=> object(stdClass)#1 (3) { ["id"]=> string(4) "file" ["value"]=> string(4) "File" ["popup"]=> object(stdClass)#5 (1) { ["menuitem"]=> array(3) { [0]=> object(stdClass)#2 (2) { ["value"]=> string(3) "New" ["onclick"]=> string(14) "CreateNewDoc()" } [1]=> object(stdClass)#3 (2) { ["value"]=> string(4) "Open" ["onclick"]=> string(9) "OpenDoc()" } [2]=> object(stdClass)#4 (2) { ["value"]=> string(5) "Close" ["onclick"]=> string(10) "CloseDoc()" } } } } }

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:
58.61 ms | 402 KiB | 8 Q