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"}]}]'));
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> object(stdClass)#1 (3) { ["label"]=> string(18) "Select Wheel Size:" ["name"]=> string(10) "wheel-size" ["options"]=> array(3) { [0]=> object(stdClass)#2 (2) { ["text"]=> string(2) "29" ["value"]=> string(2) "25" } [1]=> object(stdClass)#3 (2) { ["text"]=> string(4) "27.5" ["value"]=> string(2) "26" } [2]=> object(stdClass)#4 (2) { ["text"]=> string(2) "26" ["value"]=> string(2) "27" } } } [1]=> object(stdClass)#5 (3) { ["label"]=> string(15) "Select Feature:" ["name"]=> string(7) "feature" ["options"]=> array(1) { [0]=> object(stdClass)#6 (2) { ["text"]=> string(5) "RC RL" ["value"]=> string(2) "28" } } } [2]=> object(stdClass)#7 (3) { ["label"]=> string(18) "Select Brake Type:" ["name"]=> string(10) "brake-type" ["options"]=> array(1) { [0]=> object(stdClass)#8 (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:
53.22 ms | 403 KiB | 8 Q