Searched refs:openingBrackets (Results 1 – 1 of 1) sorted by relevance
40 private array $openingBrackets = ['{', '(', '[']; variable in Twig\\Lexer341 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)) {