Home
last modified time | relevance | path

Searched refs:zip (Results 126 – 150 of 258) sorted by relevance

1234567891011

/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller5.phar.phpt2 Phar front controller index.php relocate zip-based
11 files/frontcontroller.phar.zip
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file zip-based
11 files/frontcontroller2.phar.zip
H A Dfrontcontroller1.phar.phpt2 Phar front controller other zip-based
11 files/frontcontroller.phar.zip
H A Dcreate_new_and_modify.phpt2 Phar: create and modify zip-based phar
11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
46 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
H A Dfrontcontroller14.phar.phpt2 Phar front controller mime type override, other zip-based
11 files/frontcontroller8.phar.zip
H A Dfrontcontroller2.phar.phpt2 Phar front controller PHP test zip-based
13 files/frontcontroller.phar.zip
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 zip-based
10 files/frontcontroller3.phar.zip
H A Dfrontcontroller17.phar.phpt2 Phar front controller mime type unknown zip-based
11 files/frontcontroller8.phar.zip
H A Dfrontcontroller16.phar.phpt2 Phar front controller mime type override, Phar::PHP zip-based
13 files/frontcontroller8.phar.zip
H A Dzlib.phpt2 Phar: process zlib-compressed zip alias
10 $a = new Phar(dirname(__FILE__) . '/files/zlib_alias.phar.zip');
H A Dphar_buildfromiterator5.phpt2 Phar::buildFromIterator() iterator, iterator returns non-string zip-based
40 $phar = new Phar(dirname(__FILE__) . '/buildfromiterator.phar.zip');
50 unlink(dirname(__FILE__) . '/buildfromiterator.phar.zip');
H A Dphar_buildfromiterator6.phpt2 Phar::buildFromIterator() iterator, key is int zip-based
40 $phar = new Phar(dirname(__FILE__) . '/buildfromiterator.phar.zip');
50 unlink(dirname(__FILE__) . '/buildfromiterator.phar.zip');
H A Dmetadata_write_commit.phpt2 Phar with meta-data (write) zip-based
13 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
14 $f2name = dirname(__FILE__) . '/files/metadata.phar.zip';
59 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
H A Dmetadata_write_commitU.phpt2 Phar with meta-data (write) zip-based
13 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
14 $f2name = dirname(__FILE__) . '/files/metadata.phar.zip';
59 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
H A Dfrontcontroller10.phar.phpt2 Phar front controller rewrite array invalid zip-based
12 files/frontcontroller4.phar.zip
H A Dphar_buildfromiterator4.phpt2 Phar::buildFromIterator() iterator, 1 file passed in zip-based
40 $phar = new Phar(dirname(__FILE__) . '/buildfromiterator.phar.zip');
51 unlink(dirname(__FILE__) . '/buildfromiterator.phar.zip');
H A Dphar_buildfromiterator7.phpt2 Phar::buildFromIterator() iterator, file can't be opened zip-based
40 $phar = new Phar(dirname(__FILE__) . '/buildfromiterator.phar.zip');
50 unlink(dirname(__FILE__) . '/buildfromiterator.phar.zip');
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller.phar.zip');
H A Dfrontcontroller5.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller5.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller5.phar.zip');
H A Dfrontcontroller6.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller6.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller6.phar.zip');
H A Dfrontcontroller7.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller7.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller7.phar.zip');
H A Dfrontcontroller8.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller8.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller8.phar.zip');
/PHP-5.5/ext/phar/tests/
H A Dbug70433.phpt2 Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
7 $phar = new PharData(__DIR__."/bug70433.zip");
/PHP-5.5/ext/zip/lib/
H A Dzip_source_function.c43 zip_source_function(struct zip *za, zip_source_callback zcb, void *ud) in zip_source_function()
62 _zip_source_new(struct zip *za) in _zip_source_new()
H A Dzip_get_name.c41 zip_get_name(struct zip *za, zip_uint64_t idx, int flags) in zip_get_name()
49 _zip_get_name(struct zip *za, zip_uint64_t idx, int flags, in _zip_get_name()

Completed in 23 milliseconds

1234567891011