You are here

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

File

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

Class

DecoderTest

Namespace

MaxMind\Db\Test\Reader

Code

private $uint16 = array(
  0 => array(
    0xa0,
  ),
  255 => array(
    0xa1,
    0xff,
  ),
  500 => array(
    0xa2,
    0x1,
    0xf4,
  ),
  10872 => array(
    0xa2,
    0x2a,
    0x78,
  ),
  65535 => array(
    0xa2,
    0xff,
    0xff,
  ),
);