Home
last modified time | relevance | path

Searched refs:archive (Results 76 – 96 of 96) sorted by path

1234

/PHP-7.4/ext/phar/tests/zip/
H A Dunixzip.phpt2 Phar: test a zip archive created by unix "zip" command
/PHP-7.4/ext/phar/
H A Dutil.c966 *archive = NULL; in phar_get_archive()
969 *archive = PHAR_G(last_phar); in phar_get_archive()
976 *archive = NULL; in phar_get_archive()
1014 *archive = fd_ptr; in phar_get_archive()
1036 *archive = fd_ptr; in phar_get_archive()
1064 *archive = fd_ptr; in phar_get_archive()
1088 fd = *archive = fd_ptr; in phar_get_archive()
1100 fd = *archive = fd_ptr; in phar_get_archive()
1126 *archive = fd_ptr; in phar_get_archive()
2045 …if (objphar->archive->fname_len == phar->fname_len && !memcmp(objphar->archive->fname, phar->fname… in phar_copy_cached_phar()
[all …]
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt36 if ($return_code != true) die("Failed to close archive: " . $zipfile->getStatusString());
/PHP-7.4/ext/standard/tests/misc/
H A Dbrowscap.ini2781 [Mozilla/5.0 (compatible; archive.org_bot/1.*)]
H A Dget_browser_variation3.phpt455 Agent Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)
457 Agent Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/de…
H A Duser_agents.txt221 Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)
222 Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/
/PHP-7.4/ext/zip/
H A Dconfig.m42 [for zip archive read/write support],
/PHP-7.4/ext/zip/tests/
H A Dbug11216.phpt9 $archive = new ZipArchive();
10 $archive->open('__test.zip', ZIPARCHIVE::CREATE);
11 var_dump($archive->addEmptyDir('test'));
12 print_r($archive);
13 var_dump($archive->addEmptyDir('test'));
14 $archive->close();
H A Dbug14962.phpt19 die('failed to create the archive');
H A Dbug51353.phpt2 Bug #51353 ZIP64 problem, archive with 100000 items
H A Dbug53885.phpt2 Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
H A Dbug70322.phpt5 on failure, so we force the failure by adding a file to the archive, which we
24 // we don't expect the archive to be created, but clean up just in case...
H A Dbug70350.phpt12 $archive = new ZipArchive();
13 $archive->open("$dir/a.zip",ZipArchive::CREATE);
14 $archive->addEmptyDir("../down2/");
15 $archive->close();
H A Dbug76524.phpt2 ZipArchive Bug #76524 (memory leak with ZipArchive::OVERWRITE flag and empty archive)
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)
H A Dbug80863.phpt9 $archive = __DIR__ . "/bug80863.zip";
12 $zip->open($archive, ZipArchive::CREATE | ZipArchive::OVERWRITE);
28 $zip->open($archive);
H A Doo_getcomment.phpt29 Zip archive comment
H A Doo_setcomment.phpt30 var_dump($zip->setArchiveComment('archive'));
34 var_dump($zip->setArchiveComment('archive'));
70 string(7) "archive"
/PHP-7.4/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-7.4/scripts/dev/
H A Dmakedist19 repository. The snapshot archive includes also generated configure script,
28 --remote=<repo> Instead of using a local repository, retrieve a tar archive
30 <tree-ish> The Git tree or Git commit to produce an archive for. This
127 git archive --format=tar $remote_option --prefix=$prefix/ $treeish | tar xvf - || exit 4

Completed in 172 milliseconds

1234