<?php/* foo.twig */class__TwigTemplate_VarDumperFixture_u75a09extendsTwig_Template{publicfunction__construct(Twig_Environment$env){parent::__construct($env);$this->parent=false;$this->blocks=array();}protectedfunctiondoDisplay(array$context,array$blocks=array()){// line 2thrownew\Exception('Foobar');}publicfunctiongetTemplateName(){return'foo.twig';}publicfunctiongetDebugInfo(){returnarray(19=>2);}}