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 ) ) ); $array2 = array_values($array); $count1 = 0;$sum=0; $count2 = 0;$sum2=0; function isarr($array,$key7) { if(is_array($array)) { isarr($array); } else { if($key7 == "0") { //$sum = } } } foreach ($array as $key3 => $value3) { // isarr($value3,$key3); } //$array[21][0] = ($sum/$count1); //$array[23][0] = ($sum2/$count2); print_r($array2); echo $catCount = count(preg_grep("/^0+$/", array_keys(get_object_vars($array))));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => 3.5 [65] => Array ( [0] => 44.125 ) [150] => Array ( [0] => 15.25 ) [151] => Array ( [0] => 17.333333333333 ) ) [1] => Array ( [0] => 0 [166] => Array ( [0] => 26 ) [172] => Array ( [0] => 0 ) [182] => Array ( [0] => 20.333333333333 ) [183] => Array ( [0] => 24.125 ) ) ) Fatal error: Uncaught TypeError: get_object_vars(): Argument #1 ($object) must be of type object, array given in /in/cGb68:86 Stack trace: #0 /in/cGb68(86): get_object_vars(Array) #1 {main} thrown in /in/cGb68 on line 86
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:
34.32 ms | 402 KiB | 8 Q