芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/midiatech/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php
*/ class LeaveProfileNode extends Node { public function __construct($varName) { parent::__construct([], ['var_name' => $varName]); } public function compile(Compiler $compiler) { $compiler ->write("\n") ->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('var_name').'_prof')) ; } } class_alias('Twig\Profiler\Node\LeaveProfileNode', 'Twig_Profiler_Node_LeaveProfile');