3v4l.org

run code in 300+ PHP versions simultaneously
<?php $overs['result'] = array(0,1,2,3,4,5,6,7); $overs['market'] = array('H6','H7','H8','H9','H10','H11','H12','H13'); for($i=0; $i<count($overs["result"]);$i++) { echo $overs['result'][$i]."<br/>\n"; echo $overs['market'][$i]."<br/>\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
0<br/> H6<br/> 1<br/> H7<br/> 2<br/> H8<br/> 3<br/> H9<br/> 4<br/> H10<br/> 5<br/> H11<br/> 6<br/> H12<br/> 7<br/> H13<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:
200.69 ms | 405 KiB | 5 Q