3v4l.org

run code in 300+ PHP versions simultaneously
<?php $craneids_json = ' { "craneIDs": [{ "craneID": "R01" }, { "craneID": "R02" }, { "craneID": "R04" }, { "craneID": "R08" }, { "craneID": "R09" }, { "craneID": "R10" }, { "craneID": "R16" }, { "craneID": "TC01" }, { "craneID": "T06" }, { "craneID": "T08" }, { "craneID": "T08/2" }, { "craneID": "T12" }] } '; $craneids_array = json_decode($craneids_json); $i =0; while (isset($craneids_array->craneIDs[$i])) { print_r($craneids_array->craneIDs[$i]->craneID); echo "<br />"; $i++; }
Output for git.master, git.master_jit, rfc.property-hooks
R01<br />R02<br />R04<br />R08<br />R09<br />R10<br />R16<br />TC01<br />T06<br />T08<br />T08/2<br />T12<br />

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:
27.65 ms | 405 KiB | 5 Q