芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/vendor/nikic/php-parser/lib/PhpParser/Node/Param.php
type = $type; $this->byRef = $byRef; $this->variadic = $variadic; $this->name = $name; $this->default = $default; } public function getSubNodeNames() { return array('type', 'byRef', 'variadic', 'name', 'default'); } }