<?php $array = [ 'bar' => 10, 3, 3, 'foo' => 34, 56, 12 ]; $zeros = array_map(fn() => 0, $array); var_export($zeros);
You have javascript disabled. You will not be able to edit any code.