Skip to content

Commit

Permalink
fileinfo: Capture more sizes for test as delivered by AppVeyor
Browse files Browse the repository at this point in the history
Signed-off-by: Anatol Belski <ab@php.net>
  • Loading branch information
weltling committed Sep 18, 2021
1 parent 0208374 commit e56435c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/fileinfo/tests/bug78987.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ $map = array(
262144 => 2097152,
524288 => 4194304,
1048576 => 4194304,
2097152 => 6295552,
4194304 => 10493952,
8388608 => 16785408,
16777216 => 29368320,
2097152 => 8388608,
4194304 => 14680064,
8388608 => 20971520,
16777216 => 33554432,
);
for($size = $minSize; $size <= $maxSize; $size *= 2) {
$content = str_repeat('0', $size);
Expand Down

0 comments on commit e56435c

Please sign in to comment.