| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
* Remove OpenSSL from available RNGs, due to overwhelming security concerns
|
| |
|
| |
|
| |
|
|
|
|
| |
maanging phpunit via composer
|
| |
|
|\
| |
| | |
Better test conditions for CAPICOM
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Added failure cases for 64bit RandomCompat_intval tests and changed boundaries to be exactly at PHP_INT_MAX and ~PHP_INT_MAX.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PHPUnit 5 is not compatible with PHP before 5.6 while PHPUnit 4 should
be used for those PHP versions.
|
| |
|
| |
|
|
|
|
|
|
|
| |
error is "Integer" for invalid input) as such, it acepts floats and numeric strings.
PHP will drop the fraction component of floats, both in random_int() and when using (int) typecasting.
PHP will accept any numeric string, directly typecasting it for usage.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
support 5.3.x
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|