File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ $inputs = [
16
16
1 ,
17
17
12345 ,
18
18
-2345 ,
19
- 4294967295 , // largest decimal
20
- 4294967296 ,
19
+ 18446744073709551615 , // largest decimal
20
+ 18446744073709551616 ,
21
21
22
22
// float data
23
23
/* 7*/ 12.3456789000e10 ,
@@ -61,10 +61,10 @@ string(14) "11000000111001"
61
61
string(64) "1111111111111111111111111111111111111111111111111111011011010111"
62
62
63
63
-- Iteration 5 --
64
- string(32) "11111111111111111111111111111111"
64
+ decbin(): Argument #1 ($num) must be of type int, float given
65
65
66
66
-- Iteration 6 --
67
- string(33) "100000000000000000000000000000000"
67
+ decbin(): Argument #1 ($num) must be of type int, float given
68
68
69
69
-- Iteration 7 --
70
70
string(37) "1110010111110100110010001101000001000"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ $inputs = [
16
16
1 ,
17
17
12345 ,
18
18
-2345 ,
19
- 4294967295 , // largest decimal
20
- 4294967296 ,
19
+ 18446744073709551615 , // largest decimal
20
+ 18446744073709551616 ,
21
21
22
22
// float data
23
23
/* 7*/ 12.3456789000e10 ,
@@ -61,10 +61,10 @@ string(4) "3039"
61
61
string(16) "fffffffffffff6d7"
62
62
63
63
-- Iteration 5 --
64
- string(8) "ffffffff"
64
+ dechex(): Argument #1 ($num) must be of type int, float given
65
65
66
66
-- Iteration 6 --
67
- string(9) "100000000"
67
+ dechex(): Argument #1 ($num) must be of type int, float given
68
68
69
69
-- Iteration 7 --
70
70
string(10) "1cbe991a08"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ $inputs = [
16
16
1 ,
17
17
12345 ,
18
18
-2345 ,
19
- 4294967295 , // largest decimal
20
- 4294967296 ,
19
+ 18446744073709551615 , // largest decimal
20
+ 18446744073709551616 ,
21
21
22
22
// float data
23
23
/* 7*/ 12.3456789000e10 ,
@@ -61,10 +61,10 @@ string(5) "30071"
61
61
string(22) "1777777777777777773327"
62
62
63
63
-- Iteration 5 --
64
- string(11) "37777777777"
64
+ decoct(): Argument #1 ($num) must be of type int, float given
65
65
66
66
-- Iteration 6 --
67
- string(11) "40000000000"
67
+ decoct(): Argument #1 ($num) must be of type int, float given
68
68
69
69
-- Iteration 7 --
70
70
string(13) "1627646215010"
You can’t perform that action at this time.
0 commit comments