1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-31 20:50:13 +02:00
This commit is contained in:
Ne-Lexa
2021-12-12 12:50:30 +03:00
parent 83dd71e602
commit bfff5f475a
25 changed files with 336 additions and 323 deletions

View File

@@ -36,7 +36,7 @@ class Zip64Test extends ZipTestCase
static::markTestSkipped('Only php-64 bit.');
}
$countFiles = 0xffff + 1;
$countFiles = 0xFFFF + 1;
$zipFile = new ZipFile();
for ($i = 0; $i < $countFiles; $i++) {