made bigint string for x64 too

This commit is contained in:
David Puglielli 2018-05-23 17:23:16 -07:00
parent 1b98036ca2
commit 1edd16d4a5
2 changed files with 4 additions and 2 deletions

View file

@ -786,13 +786,14 @@ $values[] = array(array(("C0A0B025C680B0A23D7885F7C203AD211F679679F97F910F0F1A36
null, null,
); );
// The bigint field must be inserted as a string to maintain accuracy
$small_values = array("qwerty", $small_values = array("qwerty",
"wertyu", "wertyu",
"ϕƆǀđIΩͰDZζ±Áɔd͋ǻĆÅũμ", "ϕƆǀđIΩͰDZζ±Áɔd͋ǻĆÅũμ",
52.7878, 52.7878,
-1.79E+308, -1.79E+308,
-3.4E+38, -3.4E+38,
PHP_INT_SIZE == 4 ? "-9223372036854775807" : -9223372036854775807, "-9223372036854775807",
987654321, 987654321,
1, 1,
); );

View file

@ -786,13 +786,14 @@ $values[] = array(array(("C0A0B025C680B0A23D7885F7C203AD211F679679F97F910F0F1A36
null, null,
); );
// The bigint field must be inserted as a string to maintain accuracy
$small_values = array("qwerty", $small_values = array("qwerty",
"wertyu", "wertyu",
"ϕƆǀđIΩͰDZζ±Áɔd͋ǻĆÅũμ", "ϕƆǀđIΩͰDZζ±Áɔd͋ǻĆÅũμ",
52.7878, 52.7878,
-1.79E+308, -1.79E+308,
-3.4E+38, -3.4E+38,
PHP_INT_SIZE == 4 ? "-9223372036854775807" : -9223372036854775807, "-9223372036854775807",
987654321, 987654321,
1, 1,
); );