Searched refs:fakeNode (Results 1 – 2 of 2) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/ |
| D | FunctionExpressionParser.php | 54 $fakeNode = new EmptyNode($line); 55 $fakeNode->setSourceContext($parser->getStream()->getSourceContext()); 57 $node = ($function->getParserCallable())($parser, $fakeNode, $args, $line);
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 2147 …public static function parseParentFunction(Parser $parser, Node $fakeNode, $args, int $line): Abst… argument 2163 …public static function parseBlockFunction(Parser $parser, Node $fakeNode, $args, int $line): Abstr… argument 2166 $args = (new CallableArgumentsExtractor($fakeNode, $fakeFunction))->extractArguments($args); 2174 …public static function parseAttributeFunction(Parser $parser, Node $fakeNode, $args, int $line): A… argument 2177 $args = (new CallableArgumentsExtractor($fakeNode, $fakeFunction))->extractArguments($args);
|