Skip to content

Commit 27b6f18

Browse files
committed
rename test file
1 parent dd45a0b commit 27b6f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $index = $zip->locateName('bar.txt');
1919
$zip->deleteName('bar.txt');
2020

2121
var_dump($zip->getFromName('bar.txt', 0, ZipArchive::FL_UNCHANGED));
22-
var_dump($zip->getFromIndex($index, 0, ZipArchive::FL_UNCHANGED)); // the ZipArchive::FL_UNCHANGED is ignored
22+
var_dump($zip->getFromIndex($index, 0, ZipArchive::FL_UNCHANGED));
2323

2424
$zip->close();
2525
@unlink($name);

0 commit comments

Comments
 (0)