$value) { $output[$key] = isset($output[$key]) ? array_merge($output[$key], $value) : $value; } } return $output; }