Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Error/
DError.php42 private int $phpLine; variable in Twig\\Error\\Error
58 $this->phpLine = $this->getLine();
165 …f self ? $e->phpFile : $e->getFile(), 'line' => $e instanceof self ? $e->phpLine : $e->getLine()]);