Home
last modified time | relevance | path

Searched refs:getTemplateLine (Results 26 – 30 of 30) sorted by last modified time

12

/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php94 public function getTemplateLine() function in Twig\\Error\\Error
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php128 …d after named arguments for %s "%s".', $callType, $callName), $this->getTemplateLine(), $this->get…
169 …is defined twice for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), $this->get…
176 ), $this->getTemplateLine(), $this->getSourceContext());
198 …"%s" is required for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), $this->get…
233 $unknownParameter ? $unknownParameter->getTemplateLine() : $this->getTemplateLine(),
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php50 $node = new ConstantExpression(true, $node->getTemplateLine());
/template/twigstarter/vendor/twig/twig/src/
H A DTemplate.php190 if (-1 === $e->getTemplateLine()) {
339 if ($e->getTemplateLine() > 0) {
413 if (-1 === $e->getTemplateLine()) {
H A DCompiler.php184 if ($node->getTemplateLine() != $this->lastLine) {
185 $this->write(sprintf("// line %d\n", $node->getTemplateLine()));
189 $this->debugInfo[$this->sourceLine] = $node->getTemplateLine();
191 $this->lastLine = $node->getTemplateLine();

12