Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DLexer.php40 private array $openingBrackets = ['{', '(', '[']; variable in Twig\\Lexer
341 if (\in_array($operator, $this->openingBrackets, true)) {
578 if (\in_array($code, $this->openingBrackets, true)) {
587 if ($code !== str_replace($this->openingBrackets, $this->closingBrackets, $expect)) {