35 lines
613 B
PHP
35 lines
613 B
PHP
<?php
|
|
|
|
/* foo.twig */
|
|
class __TwigTemplate_VarDumperFixture_u75a09 extends Twig_Template
|
|
{
|
|
public function __construct(Twig_Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = array(
|
|
);
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = array())
|
|
{
|
|
// line 2
|
|
throw new \Exception('Foobar');
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return 'foo.twig';
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array (19 => 2);
|
|
}
|
|
}
|
|
/* foo bar*/
|
|
/* twig source*/
|
|
/* */
|