示例#1
0
文件: ArraysTest.php 项目: phpj/phpj
 public function testCopyOfNull()
 {
     $this->assertNull(Arrays::copyOf(null, 10));
 }