Overrides Node::__toString
public function __toString() : string { if ($this->key === null) { return (string) $this->value; } return $this->key . '=' . $this->value; }