3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode('[{"label":"Select Wheel Size:","name":"wheel-size","options":[{"text":"29","value":"25"},{"text":"27.5","value":"26"},{"text":"26","value":"27"}]},{"label":"Select Feature:","name":"feature","options":[{"text":"RC RL","value":"28"}]},{"label":"Select Brake Type:","name":"brake-type","options":[{"text":"Post Mount Disc","value":"29"}]}]', true));
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> array(3) { ["label"]=> string(18) "Select Wheel Size:" ["name"]=> string(10) "wheel-size" ["options"]=> array(3) { [0]=> array(2) { ["text"]=> string(2) "29" ["value"]=> string(2) "25" } [1]=> array(2) { ["text"]=> string(4) "27.5" ["value"]=> string(2) "26" } [2]=> array(2) { ["text"]=> string(2) "26" ["value"]=> string(2) "27" } } } [1]=> array(3) { ["label"]=> string(15) "Select Feature:" ["name"]=> string(7) "feature" ["options"]=> array(1) { [0]=> array(2) { ["text"]=> string(5) "RC RL" ["value"]=> string(2) "28" } } } [2]=> array(3) { ["label"]=> string(18) "Select Brake Type:" ["name"]=> string(10) "brake-type" ["options"]=> array(1) { [0]=> array(2) { ["text"]=> string(15) "Post Mount Disc" ["value"]=> string(2) "29" } } } }

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.79 ms | 403 KiB | 8 Q