php-src/ext/random/tests
Niels Dossche d8a17ca7c2
Fix test failures in engine_unsafe_empty_string.phpt (#18727)
`/./` matches all characters but newlines, so if `random_bytes`
generates a string with newlines in it, the resulting string is not
empty. Fix this by adding the `s` modifier.
2025-06-01 15:45:36 +02:00
..
01_functions Merge branch 'PHP-8.2' into PHP-8.3 2024-02-29 18:10:39 +01:00
02_engine Fix reference type confusion and leak in user random engine 2025-05-31 15:36:33 +02:00
03_randomizer Fix test failures in engine_unsafe_empty_string.phpt (#18727) 2025-06-01 15:45:36 +02:00
engines.inc random: Add additional test for Randomizer::getFloat() (#12436) 2023-10-14 18:38:11 +02:00