Example: $int64 = new Int64('9223372036854775807');
Пример #1
0
 public function testGetsValue()
 {
     $int = '123';
     $int64 = new Int64($int);
     $this->assertEquals($int, $int64->get());
 }