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" =>0 ), "182" => Array ( "0" => 20.333333333333 ), "183" => Array ( "0" => 24.125 ) ) ); $count1 = 0;$sum=0; $count2 = 0;$sum2=0; function isarr($array,$key7) { $array2 = array_values($array); $size = sizeof($array2); foreach($array as $key1 => $value1) { if(is_array($value1)) { isarr($value1); } else { if($key1 == "0") { $sum = $sum + $value1;$count1++; } } } $array[$key7][0] = $sum / $count1; } foreach ($array as $key3 => $value3) { isarr($value3,$key3); } //$array[21][0] = ($sum/$count1); //$array[23][0] = ($sum2/$count2); //echo $catCount = count(preg_grep("/^0+$/", array_keys(get_object_vars($array)))); print_r($array);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $sum in /in/LO8th on line 70 Warning: Undefined variable $count1 in /in/LO8th on line 70 Fatal error: Uncaught ArgumentCountError: Too few arguments to function isarr(), 1 passed in /in/LO8th on line 64 and exactly 2 expected in /in/LO8th:56 Stack trace: #0 /in/LO8th(64): isarr(Array) #1 /in/LO8th(84): isarr(Array, 21) #2 {main} thrown in /in/LO8th on line 56
Process exited with code 255.

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