You are here

private property DecoderTest::$pointers 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::pointers

File

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

Class

DecoderTest

Namespace

MaxMind\Db\Test\Reader

Code

private $pointers = array(
  0 => array(
    0x20,
    0x0,
  ),
  5 => array(
    0x20,
    0x5,
  ),
  10 => array(
    0x20,
    0xa,
  ),
  1023 => array(
    0x23,
    0xff,
  ),
  3017 => array(
    0x28,
    0x3,
    0xc9,
  ),
  524283 => array(
    0x2f,
    0xf7,
    0xfb,
  ),
  526335 => array(
    0x2f,
    0xff,
    0xff,
  ),
  134217726 => array(
    0x37,
    0xf7,
    0xf7,
    0xfe,
  ),
  134744063 => array(
    0x37,
    0xff,
    0xff,
    0xff,
  ),
  2147483647 => array(
    0x38,
    0x7f,
    0xff,
    0xff,
    0xff,
  ),
  4294967295 => array(
    0x38,
    0xff,
    0xff,
    0xff,
    0xff,
  ),
);