Searched refs:GetExitPattern (Results 1 – 1 of 1) sorted by relevance
26 protected function GetExitPattern(): string function in syntax_plugin_embeddedphp_phpinline65 $p = '<'.$this->GetTag().'\b>(?=.*?'.$this->GetExitPattern().')';74 $this->Lexer->addExitPattern('.*?'.$this->GetExitPattern(), $m);90 return [$state, substr($match, 0, -strlen($this->GetExitPattern()))];