示例#1
0
function main()
{
    $f = new Foo();
    var_dump($f->getter());
    $f->heh();
    var_dump($f->getter());
}
示例#2
0
function main()
{
    $foo = new Foo();
    return $foo->heh();
}
示例#3
0
 function go()
 {
     self::$heh = array(self::$heh);
 }