public function parse($string) { parent::parse($string); if (!empty($this->stack)) { $this->textToTag(''); } return $this->res; }
public function parse($s) { parent::parse($s); $this->bubble(); return $this->res; }