Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DLexer.php62 public const REGEX_INLINE_COMMENT = '/#[^\n]*/A'; define in Twig\\Lexer
375 elseif (preg_match(self::REGEX_INLINE_COMMENT, $this->code, $match, 0, $this->cursor)) {