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