Home
last modified time | relevance | path

Searched refs:ARRAY_CALL (Results 1 – 6 of 6) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php449 $type = Template::ARRAY_CALL;
H A DTemplate.php519 if (self::ARRAY_CALL === $type || !\is_object($object)) {
538 } elseif (self::ARRAY_CALL === $type) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php343 $arrayType = Template::ARRAY_CALL;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php24 const ARRAY_CALL = 'array'; define
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php28 $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/doc/
H A Ddeprecated.rst151 those constants \Twig\Template::ANY_CALL, \Twig\Template::ARRAY_CALL,