JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $body, 'name' => $name, 'var' => $var], [], $lineno, $tag); $this->extName = $extName ?: MeasureTwigExtension::class; } public function compile(Compiler $compiler) { $compiler ->addDebugInfo($this) ->write('') ->subcompile($this->getNode('var')) ->raw(' = ') ->subcompile($this->getNode('name')) ->write(";\n") ->write("\$this->env->getExtension('".$this->extName."')->startMeasure(") ->subcompile($this->getNode('var')) ->raw(");\n") ->subcompile($this->getNode('body')) ->write("\$this->env->getExtension('".$this->extName."')->stopMeasure(") ->subcompile($this->getNode('var')) ->raw(");\n"); } }