3v4l.org

run code in 300+ PHP versions simultaneously
<?php $america = array( array('Sloppy Joe', '1'), array('Hamburguesa', '2'), array('Cheesesteak', '3'), array('Corn dog', '4'), array('Pollo frito', '5'), array('Ensalada de col', '6'), array('Shoofly pie', '7'), array('Doughnut', '8'), array('Pastel de calabaza', '9'), array('Brownie', '10'), ); foreach($america as $a => $b) { echo $b[0]; }
Output for git.master, git.master_jit, rfc.property-hooks
Sloppy JoeHamburguesaCheesesteakCorn dogPollo fritoEnsalada de colShoofly pieDoughnutPastel de calabazaBrownie

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:
39.64 ms | 401 KiB | 8 Q