// Resolves the tag and returns if end of the document
if(null !==($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()){ returnnewTaggedValue($tag, ''); }
// Resolves the tag and returns if end of the document
if(null !==($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()){ returnnewTaggedValue($tag, ''); }