Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
symfony
/
var-dumper
/
Tests
/
Fixtures
/
//srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/symfony/var-dumper/Tests/Fixtures/Twig.php
<?php /* foo.twig */ class __TwigTemplate_VarDumperFixture_u75a09 extends Twig\Template { private $path; public function __construct(Twig\Environment $env = null, $path = null) { if (null !== $env) { parent::__construct($env); } $this->parent = false; $this->blocks = []; $this->path = $path; } protected function doDisplay(array $context, array $blocks = []) { // line 2 throw new \Exception('Foobar'); } public function getTemplateName() { return 'foo.twig'; } public function getDebugInfo() { return [20 => 1, 21 => 2]; } public function getSourceContext() { return new Twig\Source(" foo bar\n twig source\n\n", 'foo.twig', $this->path ?: __FILE__); } }