Пример #1
0
 public function testIssue110()
 {
     $t = new NativeArray();
     $this->assertSame($t->issue110(), 'B|K|M|G|T|KB|MB|GB|TB');
 }