芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
value pair node. * * @param string $key Key * @param Node\Expr $value Value * @param array $attributes Additional attributes */ public function __construct($key, Node\Expr $value, array $attributes = array()) { parent::__construct($attributes); $this->key = $key; $this->value = $value; } public function getSubNodeNames() { return array('key', 'value'); } }