3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <?php $friend = array("Aime"=>"19","Kwan"=>"19","Pui"=>"20","Dear"=>"19","Parn"=>"19"); foreach($friend as $key=>$val) { print"Name :".$key.", Age".$val."<br/>"; } ?> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <body> Name :Aime, Age19<br/>Name :Kwan, Age19<br/>Name :Pui, Age20<br/>Name :Dear, Age19<br/>Name :Parn, Age19<br/> </body> </html>

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