1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
Files
archived-php-src/ext
Nikita Popov 471540d285 Fix intermittent failure of bug_68819_002.phpt
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".
2016-03-02 00:34:36 +01:00
..
2016-03-01 23:31:58 +01:00
2016-02-15 16:50:42 +01:00
2016-02-24 11:49:02 +01:00
2016-02-29 18:43:03 +01:00
2016-02-13 17:46:24 +01:00
2016-02-29 22:34:35 +01:00
2016-01-15 08:43:00 +01:00
2016-01-29 20:36:11 +01:00
2016-01-18 16:59:17 +01:00
2016-02-13 17:47:30 +01:00
2016-02-22 09:26:00 +01:00
2014-10-01 09:26:46 +02:00