Home
last modified time | relevance | path

Searched refs:ANY_CALL (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DTemplate.php32 public const ANY_CALL = 'any'; define in Twig\\Template
H A DExpressionParser.php445 …de(0), $args->getNode(1), \count($args) > 2 ? $args->getNode(2) : null, Template::ANY_CALL, $line);
472 $type = Template::ANY_CALL;