3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(json_decode('[{"label":"Chainring Size","name":"chainring-size","options":[{"text":"42\/32\/22","value":"187"},{"text":"42\/34\/24","value":"188"},{"text":"48\/38\/28","value":"189"}]},{"label":"Feature","name":"feature","options":[{"text":"Square Taper","value":"190"}]},{"label":"Crank Arm Length","name":"crank-arm-length","options":[{"text":"175","value":"191"},{"text":"170","value":"192"}]},{"label":"Color","name":"color","options":[{"text":"Black","value":"193"},{"text":"Silver","value":"194"},{"text":"Other","value":"195"}]}]', true));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [label] => Chainring Size [name] => chainring-size [options] => Array ( [0] => Array ( [text] => 42/32/22 [value] => 187 ) [1] => Array ( [text] => 42/34/24 [value] => 188 ) [2] => Array ( [text] => 48/38/28 [value] => 189 ) ) ) [1] => Array ( [label] => Feature [name] => feature [options] => Array ( [0] => Array ( [text] => Square Taper [value] => 190 ) ) ) [2] => Array ( [label] => Crank Arm Length [name] => crank-arm-length [options] => Array ( [0] => Array ( [text] => 175 [value] => 191 ) [1] => Array ( [text] => 170 [value] => 192 ) ) ) [3] => Array ( [label] => Color [name] => color [options] => Array ( [0] => Array ( [text] => Black [value] => 193 ) [1] => Array ( [text] => Silver [value] => 194 ) [2] => Array ( [text] => Other [value] => 195 ) ) ) )

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:
36.74 ms | 409 KiB | 8 Q