You are here

private property DecoderTest::$uint32 in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/Reader/DecoderTest.php \MaxMind\Db\Test\Reader\DecoderTest::uint32

File

includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/Reader/DecoderTest.php, line 219

Class

DecoderTest

Namespace

MaxMind\Db\Test\Reader

Code

private $uint32 = array(
  0 => array(
    0xc0,
  ),
  255 => array(
    0xc1,
    0xff,
  ),
  500 => array(
    0xc2,
    0x1,
    0xf4,
  ),
  10872 => array(
    0xc2,
    0x2a,
    0x78,
  ),
  65535 => array(
    0xc2,
    0xff,
    0xff,
  ),
  16777215 => array(
    0xc3,
    0xff,
    0xff,
    0xff,
  ),
  4294967295 => array(
    0xc4,
    0xff,
    0xff,
    0xff,
    0xff,
  ),
);