Searched refs:REGEX_DQ_STRING_DELIM (Results 1 – 1 of 1) sorted by relevance
52 const REGEX_DQ_STRING_DELIM = '/"/A'; define in Twig\\Lexer292 elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, null, $this->cursor)) {342 … } elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, null, $this->cursor)) {