I\'ve been looking a lot of answers, but none of them are working for me.
This is the data assigned to my $quantities array:
$quantities
Array(
use array_map() for filter every array in $array:
$newArray = array_map('array_filter', $array);
Here's demo