3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_SESSION['survey_ans'] = array(array(1=> "vpoor"), array(10=> "poor" ), array(6=> "average"), array(11=> "good" ), array(12=> "vgood"), array(13=> "good")); foreach($_SESSION['survey_ans'] as $result) { foreach ($result as $key => $value) { echo $key."-".$value."<br />"; } }
Output for git.master, git.master_jit, rfc.property-hooks
1-vpoor<br />10-poor<br />6-average<br />11-good<br />12-vgood<br />13-good<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:
154.71 ms | 405 KiB | 5 Q