We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 429b604 + 62bfadc commit d09df2aCopy full SHA for d09df2a
ext/fileinfo/tests/bug78987.phpt
@@ -11,14 +11,14 @@ $minSize = 128 * 1024;
11
$maxSize = 16 * 1024 * 1024;
12
13
$map = array(
14
- 131072 => 2097152,
15
- 262144 => 2097152,
16
- 524288 => 4194304,
17
- 1048576 => 4194304,
18
- 2097152 => 6295552,
19
- 4194304 => 10493952,
20
- 8388608 => 16785408,
21
- 16777216 => 29368320,
+ 131072 => 9113600,
+ 262144 => 9113600,
+ 524288 => 9113600,
+ 1048576 => 11210752,
+ 2097152 => 13312000,
+ 4194304 => 17510400,
+ 8388608 => 23801856,
+ 16777216 => 36384768,
22
);
23
for($size = $minSize; $size <= $maxSize; $size *= 2) {
24
$content = str_repeat('0', $size);
0 commit comments