protected function pArrayItem(Node\ArrayItem $node) : string { return $this->pKey($node->key) . ($node->byRef ? '&' : '') . ($node->unpack ? '...' : '') . $this->p($node->value); }