We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f07ad commit 906f19fCopy full SHA for 906f19f
ext/zip/tests/bug70350.phpt
@@ -15,7 +15,7 @@ $archive->addEmptyDir("../down2/");
15
$archive->close();
16
17
$archive2 = new ZipArchive();
18
-$archive2->open('a.zip');
+$archive2->open("$dir/a.zip");
19
$archive2->extractTo($dir);
20
$archive2->close();
21
var_dump(file_exists("$dir/down2/"));
0 commit comments