Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php51 public const PUNCTUATION = '()[]{}?:.,|'; define in Twig\\Lexer
332 elseif (false !== strpos(self::PUNCTUATION, $this->code[$this->cursor])) {