1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Merge branch 'PHP-5.6' into PHP-7.0

This commit is contained in:
Nikita Popov
2016-03-02 00:37:40 +01:00
+1 -1
View File
@@ -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";