Searched refs:PrintNode (Results 1 – 8 of 8) sorted by relevance
18 use Twig\Node\PrintNode; alias53 new PrintNode($filter, $lineno),
21 use Twig\Node\PrintNode; alias56 new PrintNode($this->parser->parseExpression(), $lineno),
25 class PrintNode extends Node implements NodeOutputInterface, CoercesChildrenToStringInterface class
43 …} elseif ($values instanceof PrintNode && $values->getNode('expr') instanceof ConstantExpression) {
25 use Twig\Node\PrintNode; alias99 if (!$node instanceof PrintNode) {
27 use Twig\Node\PrintNode; alias76 } elseif ($node instanceof PrintNode && false !== $type = $this->needEscaping()) {
35 use Twig\Node\PrintNode; alias188 $rv[] = new PrintNode($expr, $token->getLine());
277 * Add the possibility to yield from a generator in `PrintNode`