20120510

$test = 'key';
$this->$test = 1;
echo $this->key;

// OUTPUT 1

  

posted @ 2012-05-10 18:51  noevil  阅读(148)  评论(0)    收藏  举报