PHP - Arrays
Given
$arr = ['x' => [1,2], 'y' => [3,4,5], 'z' => []];, which code correctly counts only the number of non-empty inner arrays?