Esempio n. 1
0
function main()
{
    $x = new blah();
    $x->foo();
    $x->foo();
}