3v4l.org

run code in 300+ PHP versions simultaneously
<?php $jobTiers = array("tier_1" => array("jobs_to_inc" => 10, "jobs_to_dec" => 8), "tier_2" => array("jobs_to_inc" => 20, "jobs_to_dec" => 16)); $jobCount = 10; foreach ($jobTiers as $tier => $limits) { list($type, $no) = $limits; echo $type . $no; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key 0 in /in/U6auI on line 9 Warning: Undefined array key 1 in /in/U6auI on line 9 Warning: Undefined array key 0 in /in/U6auI on line 9 Warning: Undefined array key 1 in /in/U6auI on line 9

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