コード例 #1
0
ファイル: args.php プロジェクト: rakesh-mohanta/Nspl
function sum($x, $y)
{
    expectsAll([int, Integer::class], [$x, $y]);
}
コード例 #2
0
ファイル: ArgsTest.php プロジェクト: rakesh-mohanta/Nspl
 function expectsIntsNegativeTest($x, $y)
 {
     expectsAll(int, [$x, $y]);
 }