Esempio n. 1
0
function test(I $x)
{
    $x->foo(0);
    $x->foo(0, 1);
    $x->foo(0, 1, 2);
}