芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/giga.mgaplay.com.br/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php
= 80000) { parent::compile($compiler); return; } $compiler ->raw('(1 === twig_compare(') ->subcompile($this->getNode('left')) ->raw(', ') ->subcompile($this->getNode('right')) ->raw('))') ; } public function operator(Compiler $compiler): Compiler { return $compiler->raw('>'); } }