summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-03-02 00:37:40 +0100
committerNikita Popov <nikic@php.net>2016-03-02 00:37:40 +0100
commit726e87e142ecdab97f3290eeaa4bb51e8f471bea (patch)
tree15a61d9464339417988692fe727b5d7122c2755c
parentdea2e1bc64bb7081a487b0862d6393e9592e08cc (diff)
parent471540d2853b3077af5dfbbbf2146edc6228a0cb (diff)
downloadphp-git-726e87e142ecdab97f3290eeaa4bb51e8f471bea.tar.gz
Merge branch 'PHP-5.6' into 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";