3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(json_decode('[{"label":"Select Model:","name":"model","options":[{"text":"Axon","value":"6"},{"text":"Auron","value":"7"},{"text":"RUX","value":"8"},{"text":"Durolux","value":"9"},{"text":"Epicon","value":"10"},{"text":"Raidon","value":"11"},{"text":"XCR 32mm","value":"12"},{"text":"XCR 30mm","value":"13"},{"text":"XCM","value":"14"},{"text":"XCT","value":"15"},{"text":"M3030","value":"16"},{"text":"M3020","value":"17"},{"text":"M3010","value":"18"},{"text":"M2025","value":"19"},{"text":"NRX","value":"20"},{"text":"NVX","value":"21"},{"text":"NCX","value":"22"},{"text":"NEX","value":"23"},{"text":"CR9","value":"24"}]},{"label":"Select Diagnosis:","name":"diagnosis","options":[{"text":"Lockout Not Functioning","value":"238"},{"text":"Fork Makes Noise","value":"239"},{"text":"Horizontal Movement In Lower Casting","value":"240"},{"text":"Will Not Compress","value":"241"},{"text":"Dropouts Not Aligned","value":"242"},{"text":"Rebound Not Functioning","value":"243"},{"text":"Air Loss","value":"244"},{"text":"Cover Missing","value":"245"},{"text":"Lockout Missing","value":"246"},{"text":"Disc Tab Thread Damaged\/Missing","value":"247"},{"text":"Crack In Crown","value":"248"},{"text":"Oil Leaking","value":"249"},{"text":"Other","value":"250"}]}]'));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => stdClass Object ( [label] => Select Model: [name] => model [options] => Array ( [0] => stdClass Object ( [text] => Axon [value] => 6 ) [1] => stdClass Object ( [text] => Auron [value] => 7 ) [2] => stdClass Object ( [text] => RUX [value] => 8 ) [3] => stdClass Object ( [text] => Durolux [value] => 9 ) [4] => stdClass Object ( [text] => Epicon [value] => 10 ) [5] => stdClass Object ( [text] => Raidon [value] => 11 ) [6] => stdClass Object ( [text] => XCR 32mm [value] => 12 ) [7] => stdClass Object ( [text] => XCR 30mm [value] => 13 ) [8] => stdClass Object ( [text] => XCM [value] => 14 ) [9] => stdClass Object ( [text] => XCT [value] => 15 ) [10] => stdClass Object ( [text] => M3030 [value] => 16 ) [11] => stdClass Object ( [text] => M3020 [value] => 17 ) [12] => stdClass Object ( [text] => M3010 [value] => 18 ) [13] => stdClass Object ( [text] => M2025 [value] => 19 ) [14] => stdClass Object ( [text] => NRX [value] => 20 ) [15] => stdClass Object ( [text] => NVX [value] => 21 ) [16] => stdClass Object ( [text] => NCX [value] => 22 ) [17] => stdClass Object ( [text] => NEX [value] => 23 ) [18] => stdClass Object ( [text] => CR9 [value] => 24 ) ) ) [1] => stdClass Object ( [label] => Select Diagnosis: [name] => diagnosis [options] => Array ( [0] => stdClass Object ( [text] => Lockout Not Functioning [value] => 238 ) [1] => stdClass Object ( [text] => Fork Makes Noise [value] => 239 ) [2] => stdClass Object ( [text] => Horizontal Movement In Lower Casting [value] => 240 ) [3] => stdClass Object ( [text] => Will Not Compress [value] => 241 ) [4] => stdClass Object ( [text] => Dropouts Not Aligned [value] => 242 ) [5] => stdClass Object ( [text] => Rebound Not Functioning [value] => 243 ) [6] => stdClass Object ( [text] => Air Loss [value] => 244 ) [7] => stdClass Object ( [text] => Cover Missing [value] => 245 ) [8] => stdClass Object ( [text] => Lockout Missing [value] => 246 ) [9] => stdClass Object ( [text] => Disc Tab Thread Damaged/Missing [value] => 247 ) [10] => stdClass Object ( [text] => Crack In Crown [value] => 248 ) [11] => stdClass Object ( [text] => Oil Leaking [value] => 249 ) [12] => stdClass Object ( [text] => Other [value] => 250 ) ) ) )

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:
98.92 ms | 417 KiB | 8 Q