3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '{ "cols": [{"id":"","label":"Option","pattern":"","type":"string"}, {"id":"","label":"Vote","pattern":"","type":"number"}], "rows": [{"c":[{"v":"Excited","f":null},{"v":1,"f":null}]}, {"c":[{"v":"Bored","f":null},{"v":2,"f":null}]}, {"c":[{"v":"Neutral","f":null},{"v":3,"f":null}]}]}'; var_dump(json_decode($a, true));
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { ["cols"]=> array(2) { [0]=> array(4) { ["id"]=> string(0) "" ["label"]=> string(6) "Option" ["pattern"]=> string(0) "" ["type"]=> string(6) "string" } [1]=> array(4) { ["id"]=> string(0) "" ["label"]=> string(4) "Vote" ["pattern"]=> string(0) "" ["type"]=> string(6) "number" } } ["rows"]=> array(3) { [0]=> array(1) { ["c"]=> array(2) { [0]=> array(2) { ["v"]=> string(7) "Excited" ["f"]=> NULL } [1]=> array(2) { ["v"]=> int(1) ["f"]=> NULL } } } [1]=> array(1) { ["c"]=> array(2) { [0]=> array(2) { ["v"]=> string(5) "Bored" ["f"]=> NULL } [1]=> array(2) { ["v"]=> int(2) ["f"]=> NULL } } } [2]=> array(1) { ["c"]=> array(2) { [0]=> array(2) { ["v"]=> string(7) "Neutral" ["f"]=> NULL } [1]=> array(2) { ["v"]=> int(3) ["f"]=> NULL } } } } }

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:
43.4 ms | 404 KiB | 8 Q