Lines Matching refs:zip
2 stream_get_meta_data() on zip stream
5 if(!extension_loaded('zip')) die('skip');
10 $file = $dirname . 'test_with_comment.zip';
12 $zip = new ZipArchive;
13 if (!$zip->open($file)) {
16 $fp = $zip->getStream('foo');
23 $zip->close();
26 $fp = fopen('zip://' . dirname(__FILE__) . '/test_with_comment.zip#foo', 'rb');
44 string(3) "zip"
62 string(11) "zip wrapper"
64 string(3) "zip"
72 string(%d) "zip://%stest_with_comment.zip#foo"