3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ 'one' => [20,0,40,0,60], 'two' => [50], 'three' => [0, 0, 0, 0], 'four' => [10, 5], 'five' => [0], 'six' => [null], 'seven' => [false], 'eight' => ["0"], ]; var_export( array_filter($array, fn($row) => !in_array(0, $row, true)) );

preferences:
50.82 ms | 402 KiB | 5 Q