3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array=Array ( "21" => Array ( "0" => 3.5, "65" => Array ( "0" => 44.125 ), "150" => Array ( "0" => 15.25 ), "151" => Array ( "0" => 17.333333333333 ) ), "23" => Array ( "0" => 0, "166" => Array ( "0" => 26 ), "172" => Array ( "0" =>"" ), "182" => Array ( "0" => 20.333333333333 ), "183" => Array ( "0" => 24.125 ) ) ); $count1 = 0; $count2 = 0; foreach ($array as $key3 => $value3) { if($key == "21") { foreach ($value3 as $key => $value) { if (strpos($key, '0') === 0) { $count1++; } if(is_array($value)) { foreach($value as $key2=>$value2) { if(strpos($key2,'0') === 0) { $count1++ ; } } } } } if($key == "23") { foreach ($value3 as $key => $value) { if (strpos($key, '0') === 0) { $count2++; } if(is_array($value)) { foreach($value as $key2=>$value2) { if(strpos($key2,'0') === 0) { $count2++; } } } } } }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $key in /in/3MJoF on line 55 Warning: Undefined variable $key in /in/3MJoF on line 74 Warning: Undefined variable $key in /in/3MJoF on line 55 Warning: Undefined variable $key in /in/3MJoF on line 74

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