mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
471540d285
The test used rand(32, 127) to select the character, however chr(127) results in "data" instead of the expected result, so this test would fail in something like 1% of the runs. Replace rand() with fixed character "a".