Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
DAbstractUnary.php35 if ($this->hasExplicitParentheses()) {
42 if ($this->hasExplicitParentheses()) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DAbstractExpression.php39 public function hasExplicitParentheses(): bool function in Twig\\Node\\Expression\\AbstractExpression
/template/twigstarter/vendor/twig/twig/src/
DParser.php611 if ($expr->hasExplicitParentheses()) {
632 …pressionRefs[$node]) && $ep === $this->expressionRefs[$node] && !$node->hasExplicitParentheses()) {