<?php array_key_first(array $array): int|string|null
<?php protected function buildArray(DOMNode $parent, string $nodeName, array $nodeValue): void { if (is_string(array_key_first($nodeValue))) { $this->processAssocArray($parent, $nodeName, $nodeValue); return; }