Esempio n. 1
0
 public function leave(\Twig_Profiler_Profile $profile)
 {
     if (0 === --$this->stackLevel) {
         $this->dumper->setOutput($this->output = fopen('php://memory', 'r+b'));
     }
 }