Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Error/
DError.php69 $this->sourceCode = $source->getCode();
129 $this->sourceCode = $source->getCode();
219 $this->sourceCode = $src->getCode();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php11 return new self($exception->getMessage(), $exception->getCode(), $exception);
/template/strap/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/template/twigstarter/vendor/twig/twig/src/
DSource.php37 public function getCode(): string function in Twig\\Source
DLexer.php159 $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode());
/template/twigstarter/vendor/twig/twig/src/Node/
DModuleNode.php443 … ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '')
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1310 return $loader->getSourceContext($name)->getCode();