private property DecoderTest::$doubles in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/Reader/DecoderTest.php \MaxMind\Db\Test\Reader\DecoderTest::doubles
File
- includes/
vendor/ maxmind-db/ reader/ tests/ MaxMind/ Db/ Test/ Reader/ DecoderTest.php, line 39
Class
Namespace
MaxMind\Db\Test\ReaderCode
private $doubles = array(
'0.0' => array(
0x68,
0x0,
0x0,
0x0,
0x0,
0x0,
0x0,
0x0,
0x0,
),
'0.5' => array(
0x68,
0x3f,
0xe0,
0x0,
0x0,
0x0,
0x0,
0x0,
0x0,
),
'3.14159265359' => array(
0x68,
0x40,
0x9,
0x21,
0xfb,
0x54,
0x44,
0x2e,
0xea,
),
'123.0' => array(
0x68,
0x40,
0x5e,
0xc0,
0x0,
0x0,
0x0,
0x0,
0x0,
),
'1073741824.12457' => array(
0x68,
0x41,
0xd0,
0x0,
0x0,
0x0,
0x7,
0xf8,
0xf4,
),
'-0.5' => array(
0x68,
0xbf,
0xe0,
0x0,
0x0,
0x0,
0x0,
0x0,
0x0,
),
'-3.14159265359' => array(
0x68,
0xc0,
0x9,
0x21,
0xfb,
0x54,
0x44,
0x2e,
0xea,
),
'-1073741824.12457' => array(
0x68,
0xc1,
0xd0,
0x0,
0x0,
0x0,
0x7,
0xf8,
0xf4,
),
);