Home
last modified time | relevance | path

Searched refs:zip (Results 151 – 175 of 258) sorted by relevance

1234567891011

/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller6.phar.phpt2 Phar front controller 404 zip-based
11 files/frontcontroller.phar.zip
H A Ddelete_in_phar_b.phpt2 Phar: delete a file within a zip-based .phar
11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';
36 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
H A Ddir.phpt2 Phar: mkdir/rmdir test zip-based
10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
33 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
H A Dfrontcontroller9.phar.phpt2 Phar front controller rewrite array zip-based
12 files/frontcontroller3.phar.zip
H A Dphar_convert_phar.phpt2 Phar::convertToPhar() from zip
42 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
51 string(60) "<?php // zip-based phar archive stub file
H A Dphar_copy.phpt2 Phar: copy() zip-based
12 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
48 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
H A Dphar_oo_compressallgz.phpt2 Phar::compressFiles(Phar::GZ) zip format
10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
40 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php');
H A Dfrontcontroller3.phar.phpt2 Phar front controller phps zip-based
13 files/frontcontroller.phar.zip
H A Dfrontcontroller19.phar.phpt2 Phar front controller $_SERVER munging failure 2 zip-based
11 files/frontcontroller10.phar.zip
H A Dfrontcontroller20.phar.phpt2 Phar front controller $_SERVER munging failure 3 zip-based
11 files/frontcontroller11.phar.zip
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS zip-based
13 files/frontcontroller8.phar.zip
H A Dfrontcontroller18.phar.phpt2 Phar front controller $_SERVER munging failure zip-based
11 files/frontcontroller9.phar.zip
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller10.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller10.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller10.phar.zip');
H A Dfrontcontroller11.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller11.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller11.phar.zip');
H A Dfrontcontroller9.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller9.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller9.phar.zip');
H A Dfrontcontroller3.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller3.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller3.phar.zip');
H A Dfrontcontroller4.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller4.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller4.phar.zip');
H A Dfrontcontroller12.phar.inc2 @unlink(dirname(__FILE__) . '/frontcontroller12.phar.zip');
3 $a = new Phar(dirname(__FILE__) . '/frontcontroller12.phar.zip');
/PHP-5.5/ext/phar/tests/
H A Dphar_decompress.phpt36 $zip = $phar->convertToData(Phar::ZIP);
44 $zip->decompress();
53 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.zip');
68 Cannot decompress zip-based archives with whole-archive compression
H A Dbug69441.phpt2 Phar: bug #69441: Buffer Overflow when parsing tar/zip/phar in phar_set_inode
17 …sage 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%sbug69…
/PHP-5.5/ext/zip/lib/
H A Dzip_replace.c41 zip_replace(struct zip *za, zip_uint64_t idx, struct zip_source *source) in zip_replace()
60 _zip_replace(struct zip *za, zip_uint64_t idx, const char *name, in _zip_replace()
H A Dzip_close.c55 static int copy_source(struct zip *, struct zip_source *, FILE *);
56 static int write_cdir(struct zip *, struct zip_cdir *, FILE *);
57 static int _zip_cdir_set_comment(struct zip_cdir *, struct zip *);
58 static char *_zip_create_temp_output(struct zip *, FILE **);
71 zip_close(struct zip *za) in zip_close()
351 add_data(struct zip *za, struct zip_source *src, struct zip_dirent *de, in add_data()
477 copy_source(struct zip *za, struct zip_source *src, FILE *ft) in copy_source()
511 write_cdir(struct zip *za, struct zip_cdir *cd, FILE *out) in write_cdir()
549 _zip_cdir_set_comment(struct zip_cdir *dest, struct zip *src) in _zip_cdir_set_comment()
573 _zip_changed(struct zip *za, int *survivorsp) in _zip_changed()
[all …]
H A Dzip_name_locate.c43 zip_name_locate(struct zip *za, const char *fname, int flags) in zip_name_locate()
51 _zip_name_locate(struct zip *za, const char *fname, int flags, in _zip_name_locate()
H A Dzip_unchange.c43 zip_unchange(struct zip *za, zip_uint64_t idx) in zip_unchange()
51 _zip_unchange(struct zip *za, zip_uint64_t idx, int allow_duplicates) in _zip_unchange()
/PHP-5.5/ext/zip/tests/
H A Dbug38944.phpt4 <?php if (!extension_loaded("zip")) print "skip"; ?>
8 $arc_name = dirname(__FILE__)."/bug38944.zip";

Completed in 32 milliseconds

1234567891011