Exemplo n.º 1
0
function main()
{
    $f = new Foo();
    var_dump($f->getter());
    $f->heh();
    var_dump($f->getter());
}
Exemplo n.º 2
0
function main()
{
    $foo = new Foo();
    return $foo->heh();
}
Exemplo n.º 3
0
 function go()
 {
     self::$heh = array(self::$heh);
 }