Twig.php 615 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /* foo.twig */
  3. class __TwigTemplate_VarDumperFixture_u75a09 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 2
  15. throw new \Exception('Foobar');
  16. }
  17. public function getTemplateName()
  18. {
  19. return 'foo.twig';
  20. }
  21. public function getDebugInfo()
  22. {
  23. return array (19 => 2);
  24. }
  25. }
  26. /* foo bar*/
  27. /* twig source*/
  28. /* */