Searched refs:ARRAY_CALL (Results 1 – 4 of 4) sorted by relevance
60 && Template::ARRAY_CALL === $this->getAttribute('type')171 if (Template::ARRAY_CALL === $this->getAttribute('type')) {
69 return new GetAttrExpression($expr, $attribute, $arguments, Template::ARRAY_CALL, $lineno);
32 public const ARRAY_CALL = 'array'; define in Twig\\Template
1717 if (Template::ARRAY_CALL === $type || !\is_object($object)) {1740 } elseif (Template::ARRAY_CALL === $type) {