Lines Matching refs:zip
2 stream_get_meta_data() on zip stream
6 if(!extension_loaded('zip')) die('skip');
11 $file = $dirname . 'test_with_comment.zip';
13 $zip = new ZipArchive;
14 if (!$zip->open($file)) {
17 $fp = $zip->getStream('foo');
24 $zip->close();
27 $fp = fopen('zip://' . dirname(__FILE__) . '/test_with_comment.zip#foo', 'rb');
39 string(3) "zip"
57 string(11) "zip wrapper"
59 string(3) "zip"
67 string(%d) "zip://%stest_with_comment.zip#foo"