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