Lines Matching refs:zip
2 stream_get_meta_data() on zip stream
4 zip
8 $file = $dirname . 'test_with_comment.zip';
10 $zip = new ZipArchive;
11 if (!$zip->open($file)) {
14 $fp = $zip->getStream('foo');
21 $zip->close();
24 $fp = fopen('zip://' . __DIR__ . '/test_with_comment.zip#foo', 'rb');
42 string(3) "zip"
60 string(11) "zip wrapper"
62 string(3) "zip"
70 string(%d) "zip://%stest_with_comment.zip#foo"