Searched refs:REGEX_INLINE_COMMENT (Results 1 – 1 of 1) sorted by relevance
62 public const REGEX_INLINE_COMMENT = '/#[^\n]*/A'; define in Twig\\Lexer375 elseif (preg_match(self::REGEX_INLINE_COMMENT, $this->code, $match, 0, $this->cursor)) {