コード例 #1
0
ファイル: NativeArrayTest.php プロジェクト: phalcon/zephir
 public function testIssue709()
 {
     $t = new NativeArray();
     $this->assertTrue($t->Issue709());
 }