<?php $arr = [ 'item1' => 0, 'item2' => 10, 'item5' => 0, 'item10' => 10, 'item12' => 5, 'item120' => false, ]; print_r(array_diff($arr,[0]));
You have javascript disabled. You will not be able to edit any code.