terrafrost
|
266f16816a
|
enable unit tests for PHP 8 / PHPUnit 9
|
2020-12-12 15:11:04 -06:00 |
|
Remi Collet
|
17610d105c
|
fix tests for 5.3
|
2019-09-18 08:03:35 -05:00 |
|
terrafrost
|
11fea7d004
|
fix bug with toBytes() with fixed precision negative numbers
|
2019-09-15 17:19:35 -05:00 |
|
terrafrost
|
d0014cbb20
|
Tests/BigInteger: add two more divide tests
|
2019-06-19 22:21:24 -05:00 |
|
terrafrost
|
677ae387b0
|
BigInteger: backport GMP fixes from master branch
|
2019-05-26 15:38:18 -05:00 |
|
terrafrost
|
ade48c2cb1
|
Tests/BigInteger: GMP engine didn't always return 1 or -1
|
2019-05-26 12:13:54 -05:00 |
|
terrafrost
|
e9d99a6683
|
Tests/BigInteger: add unit test for 0 loaded as base-10
|
2019-05-26 11:41:41 -05:00 |
|
terrafrost
|
48e50fe8fa
|
Tests/BigInteger: add test for conversion of 48 to signed hex
|
2018-04-09 23:36:36 -05:00 |
|
terrafrost
|
8879fa0018
|
Tests/BigInteger: add bitwise_xor test
|
2018-01-22 00:18:55 -06:00 |
|
terrafrost
|
56acb6723c
|
Tests/BigInteger: add unit test for abhishektaneja's sliding window fix
|
2016-03-19 12:06:12 -05:00 |
|
terrafrost
|
7ad9eade2d
|
BigInteger: fix issue with doing bitwise not on 0
|
2016-01-08 10:31:48 -06:00 |
|
terrafrost
|
cae579a19b
|
Tests/BigInteger: update testDebugInfo test
|
2015-12-14 13:26:56 -06:00 |
|
terrafrost
|
c655b16f75
|
BigInteger: add engine to __debugInfo output and add unit test
|
2015-12-07 15:22:53 -06:00 |
|
Graham Campbell
|
eec8c9cb5d
|
More fixes
|
2015-09-06 12:39:14 +01:00 |
|
Cameron Eagans
|
2b75c37cc9
|
Convert most instances of function_exists() to extension_loaded() where applicable
|
2015-09-01 14:32:22 -04:00 |
|
Andreas Fischer
|
5eb205b237
|
Remove PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket exception.
|
2015-07-17 12:57:41 +02:00 |
|
Andreas Fischer
|
2013a31ecd
|
Use phpcbf to fix PHP code to ruleset.
|
2015-07-17 12:57:41 +02:00 |
|
Graham Campbell
|
e50cbacd4e
|
Fixed some phpdocs
|
2015-03-29 17:07:17 +01:00 |
|
Andreas Fischer
|
0efae5a91e
|
Change copyright years from roman numeral to decimal numbers.
|
2014-12-10 00:04:08 +01:00 |
|
Andreas Fischer
|
2d726cf0ed
|
Add missing Unit prefix to class Math_BigInteger_InternalTest.
|
2014-07-31 11:41:57 +02:00 |
|
terrafrost
|
92e6b23528
|
BigInteger: unit test update
|
2014-06-15 12:13:56 -05:00 |
|
terrafrost
|
281a8c669e
|
BigInteger: fix unit tests
|
2014-06-14 20:47:57 -05:00 |
|
terrafrost
|
46166c7351
|
BigInteger: make it so you can do $min->random($max)
...and $min->randomPrime($max) as well
|
2014-06-14 14:07:33 -05:00 |
|
Andreas Fischer
|
4af647f170
|
Split Unit/Functional Test Suites.
|
2014-06-01 21:13:20 +02:00 |
|