3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name= array("1", "2", "3"); $say= array("one", "two", "three"); foreach ($name as $v) { $nm= $v; $show = array(); foreach($say as $value) $show[] = $nm.'='.$value; $show = implode("<br>",$show); echo $show; }
Output for git.master, git.master_jit, rfc.property-hooks
1=one<br>1=two<br>1=three2=one<br>2=two<br>2=three3=one<br>3=two<br>3=three

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.87 ms | 405 KiB | 9 Q