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) { var_dump($limits); //list($type, $no) = $limits; //echo $type . $no; }
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { ["jobs_to_inc"]=> int(10) ["jobs_to_dec"]=> int(8) } array(2) { ["jobs_to_inc"]=> int(20) ["jobs_to_dec"]=> int(16) }

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