You are here

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

File

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

Class

DecoderTest

Namespace

MaxMind\Db\Test\Reader

Code

private $booleans = array(
  false => array(
    0x0,
    0x7,
  ),
  true => array(
    0x1,
    0x7,
  ),
);