3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(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 ( [0] => Array ( [label] => Select Wheel Size: [name] => wheel-size [options] => Array ( [0] => Array ( [text] => 29 [value] => 25 ) [1] => Array ( [text] => 27.5 [value] => 26 ) [2] => Array ( [text] => 26 [value] => 27 ) ) ) [1] => Array ( [label] => Select Feature: [name] => feature [options] => Array ( [0] => Array ( [text] => RC RL [value] => 28 ) ) ) [2] => Array ( [label] => Select Brake Type: [name] => brake-type [options] => Array ( [0] => Array ( [text] => Post Mount Disc [value] => 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.12 ms | 404 KiB | 8 Q