Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/phar/tests/
H A Dbug72321.phpt9 $phar = new PharData("72321_1.zip");
11 $phar = new PharData("72321_2.zip");
24 Extraction from phar "%s72321_2.zip" failed: Cannot extract "AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxx…
H A Dbug69279.phpt10 $w = new Phar(__DIR__ . "/bug69279.phar.zip");
15 $r = new Phar(__DIR__ . "/bug69279.phar.zip");
27 @unlink(__DIR__ . "/bug69279.phar.zip");
H A Dphar_convert_repeated.phpt13 $fname2 = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
62 $phar = $phar->convertToExecutable(Phar::ZIP, Phar::NONE, '.2.phar.zip');
80 $phar = $phar->convertToExecutable(Phar::ZIP, Phar::NONE, '3.phar.zip');
90 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
93 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.2.phar.zip');
96 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.2.2.3.phar.zip');
116 string(60) "<?php // zip-based phar archive stub file
129 string(60) "<?php // zip-based phar archive stub file
143 string(60) "<?php // zip-based phar archive stub file
H A Dbug79082.phpt16 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $format => $ext) {
26 foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $format => $ext) {
40 unlink(__DIR__ . '/test79082.zip');
42 unlink(__DIR__ . '/test79082-d.zip');
H A Dbug70091.phpt8 $phar = new PharData(__DIR__ . '/bug70091.zip');
13 $stream = fopen(__DIR__ . '/bug70091.zip', 'r');
57 @unlink(__DIR__ . '/bug70091.zip');
/php-src/ext/phar/tests/zip/
H A D033a.phpt2 Phar::chmod zip-based
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
39 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
43 Cannot modify permissions for file "a.php" in phar "%sa.phar.zip", write operations are prohibited
H A Dopen_for_write_existing_b.phpt2 Phar: fopen a .phar for writing (existing file) zip-based
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
36 Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): Failed to open stream: phar er…
H A Dopen_for_write_existing_c.phpt2 Phar: fopen a .phar for writing (existing file) zip-based
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
36 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): Failed to open stream: phar er…
H A Dphar_oo_compressallbz2.phpt2 Phar::compressFiles(Phar::BZ2) zip format
10 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
11 $fname2 = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
47 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php');
48 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
H A Drmdir.phpt2 Phar: rmdir test zip-based
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
31 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
H A Dphar_stub.phpt2 Phar::setStub() (zip-based)
10 $fname2 = __DIR__ . '/' . basename(__FILE__, '.php') . '.2.phar.zip.php';
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip.php';
62 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php');
63 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip.php');
H A Dzlib.phpt2 Phar: process zlib-compressed zip alias
11 $a = new Phar(__DIR__ . '/files/zlib_alias.phar.zip');
H A Dopen_for_write_existing.phpt2 Phar: fopen a .phar for writing (existing file) zip-based
11 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.zip';
35 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
H A Dgh13037.phpt2 GH-13037 (PharData incorrectly extracts zip file)
7 $phar = new PharData(__DIR__ . '/files/gh13037.zip');
H A Dfrontcontroller1.phar.phpt2 Phar front controller other zip-based
13 files/frontcontroller.phar.zip
H A Dfrontcontroller4.phar.phpt2 Phar front controller index.php relocate (no /) zip-based
12 files/frontcontroller.phar.zip
H A Dfrontcontroller5.phar.phpt2 Phar front controller index.php relocate zip-based
13 files/frontcontroller.phar.zip
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file zip-based
13 files/frontcontroller2.phar.zip
/php-src/ext/zip/tests/
H A Dbug49072.phpt2 Bug #49072 (feof never returns true for damaged file in zip)
4 zip
7 $f = __DIR__ . '/bug49072.zip';
H A Dutils.inc9 function verify_entries($zip, $entries = []) {
13 for ($index = 0; $index < $zip->numFiles; $index++) {
14 $stat = $zip->statIndex($index);
H A Dpecl12414.phpt4 zip
12 $zipname = __DIR__ . "/pecl12414.zip";
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/php-src/ext/fileinfo/tests/upstream/
H A Djson2.testfile3 "precision": "zip",
13 "precision": "zip",
/php-src/ext/fileinfo/tests/
H A Dbug68398.phpt9 var_dump($f->file(__DIR__ . DIRECTORY_SEPARATOR . '68398.zip'));
13 string(31) "application/zip; charset=binary"
/php-src/ext/standard/tests/general_functions/
H A Dbug44461.phpt7 zip = "application/zip" ; MIME-type for ZIP files
/php-src/ext/zip/
H A Dphp_zip.h53 struct zip *za;
67 struct zip *za;
92 php_stream *php_stream_zip_open(struct zip *arch, struct zip_stat *sb, const char *mode, zip_flags_…

Completed in 25 milliseconds

1234567891011