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 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
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.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: 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.
Output for 7.3.32 - 7.3.33
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.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33
Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 Warning: Missing argument 2 for isarr(), called in /in/LO8th on line 64 and defined in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: key7 in /in/LO8th on line 75 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 ) ) )
Output for 5.0.4 - 5.0.5
Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 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 ) ) )
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 Warning: Missing argument 2 for isarr() in /in/LO8th on line 56 Notice: Undefined variable: sum in /in/LO8th on line 70 Notice: Undefined variable: count1 in /in/LO8th on line 70 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 ) ) )

preferences:
271.73 ms | 410 KiB | 455 Q