Home
last modified time | relevance | path

Searched refs:GetExitPattern (Results 1 – 1 of 1) sorted by relevance

/plugin/embeddedphp/syntax/
H A Dphpinline.php26 protected function GetExitPattern(): string function in syntax_plugin_embeddedphp_phpinline
65 $p = '<'.$this->GetTag().'\b>(?=.*?'.$this->GetExitPattern().')';
74 $this->Lexer->addExitPattern('.*?'.$this->GetExitPattern(), $m);
90 return [$state, substr($match, 0, -strlen($this->GetExitPattern()))];