protected function isAssoc(array $array) : bool { return (bool) \count(array_filter(array_keys($array), 'is_string')); }