Searched refs:ARRAY_CALL (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/ |
H A D | GetAttrTest.php | 28 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1); 33 $this->assertEquals(Template::ARRAY_CALL, $node->getAttribute('type')); 46 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | TemplateInterface.php | 24 const ARRAY_CALL = 'array'; define
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 519 if (self::ARRAY_CALL === $type || !\is_object($object)) { 538 } elseif (self::ARRAY_CALL === $type) {
|
H A D | ExpressionParser.php | 449 $type = Template::ARRAY_CALL;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | TemplateTest.php | 343 $arrayType = Template::ARRAY_CALL;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | deprecated.rst | 151 those constants \Twig\Template::ANY_CALL, \Twig\Template::ARRAY_CALL,
|