コード例 #1
0
ファイル: ScallExternalTest.php プロジェクト: phalcon/zephir
 public function testCall2()
 {
     $t = new \Test\ScallExternal();
     $this->assertSame($t->testCall2(2, 3), 5);
 }