芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/DoNode.php
*/ #[\Twig\Attribute\YieldReady] class DoNode extends Node { public function __construct(AbstractExpression $expr, int $lineno, ?string $tag = null) { parent::__construct(['expr' => $expr], [], $lineno, $tag); } public function compile(Compiler $compiler) : void { $compiler->addDebugInfo($this)->write('')->subcompile($this->getNode('expr'))->raw(";\n"); } }