summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-03-02 00:38:33 +0100
committerNikita Popov <nikic@php.net>2016-03-02 00:38:33 +0100
commit565f6bd3742877ecd6f3030b4795d1d9893274eb (patch)
tree91bf1fc74f89363c95203122fd0b6e947d848abc
parent1d91b4e4108f9de9041c3a0f5e1e6e1c6714a21c (diff)
parent726e87e142ecdab97f3290eeaa4bb51e8f471bea (diff)
downloadphp-git-565f6bd3742877ecd6f3030b4795d1d9893274eb.tar.gz
Merge branch 'PHP-7.0'
-rw-r--r--ext/fileinfo/tests/bug68819_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug68819_002.phpt b/ext/fileinfo/tests/bug68819_002.phpt
index cec238d63e..7d5f6c642d 100644
--- a/ext/fileinfo/tests/bug68819_002.phpt
+++ b/ext/fileinfo/tests/bug68819_002.phpt
@@ -12,7 +12,7 @@ $string .= "\r\n";
$string .= "''''";
// Total string length > 8192
-$string .= str_repeat(chr(rand(32, 127)), 8184);
+$string .= str_repeat("a", 8184);
// Ending in this string
$string .= "say";