コード例 #1
0
ファイル: overrides #1285.php プロジェクト: dw4dev/Phalanger
function test(I $x)
{
    $x->foo(0);
    $x->foo(0, 1);
    $x->foo(0, 1, 2);
}