Searched refs:getCode (Results 1 – 7 of 7) sorted by relevance
69 $this->sourceCode = $source->getCode();129 $this->sourceCode = $source->getCode();219 $this->sourceCode = $src->getCode();
11 return new self($exception->getMessage(), $exception->getCode(), $exception);
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
37 public function getCode(): string function in Twig\\Source
159 $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode());
443 … ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '')
1310 return $loader->getSourceContext($name)->getCode();