Esempio n. 1
0
function main()
{
    $c = new c();
    $c->showProp();
    $c->setProp();
    $c->doit();
    $c->showProp();
    $c->setProp();
}
Esempio n. 2
0
function main()
{
    c::doit(0, 'hello');
    c::dump();
}