Searched refs:archive (Results 51 – 75 of 86) sorted by relevance
1234
/PHP-5.5/ext/phar/tests/tar/ |
H A D | phar_commitwrite.phpt | 35 string(60) "<?php // tar-based phar archive stub file
|
H A D | phar_setalias2.phpt | 52 alias "test" is already used for archive "%sphar_setalias2.phar.tar" and cannot be used for other a…
|
H A D | phar_convert_phar.phpt | 52 string(60) "<?php // tar-based phar archive stub file
|
H A D | tar_003.phpt | 18 $tar->addFile('.phar/stub.php', "<?php // tar-based phar archive stub file\n__HALT_COMPILER();");
|
H A D | phar_convert_phar2.phpt | 54 string(60) "<?php // tar-based phar archive stub file
|
H A D | phar_convert_phar3.phpt | 54 string(60) "<?php // tar-based phar archive stub file
|
H A D | phar_convert_phar4.phpt | 60 string(60) "<?php // tar-based phar archive stub file
|
/PHP-5.5/ext/zlib/tests/ |
H A D | bug_40189.phpt | 9 // this string is an excerpt of a phar archive that caused an infinite loop
|
/PHP-5.5/ext/phar/ |
H A D | config.m4 | 4 PHP_ARG_ENABLE(phar, for phar archive support,
|
H A D | util.c | 979 *archive = NULL; in phar_get_archive() 982 *archive = PHAR_G(last_phar); in phar_get_archive() 989 *archive = NULL; in phar_get_archive() 1028 *archive = *fd_ptr; in phar_get_archive() 1051 *archive = *fd_ptr; in phar_get_archive() 1079 *archive = *fd_ptr; in phar_get_archive() 1103 fd = *archive = *fd_ptr; in phar_get_archive() 1115 fd = *archive = *fd_ptr; in phar_get_archive() 1142 *archive = *fd_ptr; in phar_get_archive() 2083 …if (objphar[0]->arc.archive->fname_len == phar->fname_len && !memcmp(objphar[0]->arc.archive->fnam… [all …]
|
H A D | phar_internal.h | 503 phar_archive_data *archive; member 590 int phar_get_archive(phar_archive_data **archive, char *fname, int fname_len, char *alias, int alia… 627 int phar_zip_flush(phar_archive_data *archive, char *user_stub, long len, int defaultstub, char **e… 644 int phar_flush(phar_archive_data *archive, char *user_stub, long len, int convert, char **error TSR…
|
/PHP-5.5/ext/zip/tests/ |
H A D | bug7658.phpt | 2 Bug #7658 (modify archive with general bit flag 3 set)
|
H A D | bug51353.phpt | 2 Bug #51353 ZIP64 problem, archive with 100000 items
|
/PHP-5.5/ext/phar/tests/ |
H A D | phar_convert_repeated_b.phpt | 109 Cannot write out executable phar archive, phar is read-only 117 Cannot write out executable phar archive, phar is read-only
|
H A D | test_unset.phpt | 2 Phar: ensure unset() works properly on a non-flushed phar archive
|
H A D | 029.phpt | 49 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…
|
H A D | addfuncs.phpt | 50 phar error: unable to open file "%s/does/not/exist" to add to phar archive
|
H A D | phar_gobyebye.phpt | 2 Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArch…
|
H A D | phar_mount.phpt | 58 Can only mount internal paths within a phar archive, use a relative path instead of "phar://%sphar_…
|
H A D | phar_gobyebye-win32.phpt | 2 Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArch…
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | magic | 106 # saw in the archive. 1576 # archive: file(1) magic for archive formats (see also "msdos" for self- 1683 # MIPS archive; they're in the portable archive format, and need to go 1747 0 string \032archive RISC OS archive (ArcFS format) 1918 0 string #\ CAR\ archive\ header SAPCAR archive data 2311 10 string #\ This\ is\ a\ shell\ archive shell archive text 2413 # EET archive 2425 0 belong 123 dar archive, 10005 >32 string archive archive 18520 >0 byte x archive [all …]
|
/PHP-5.5/ext/phar/tests/zip/ |
H A D | phar_setalias2.phpt | 48 alias "test" is already used for archive "%sphar_setalias2.phar.zip" and cannot be used for other a…
|
H A D | odt.phpt | 2 Phar: test a zip archive created by openoffice
|
H A D | phar_convert_phar.phpt | 51 string(60) "<?php // zip-based phar archive stub file
|
/PHP-5.5/ |
H A D | makedist | 70 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
|
Completed in 73 milliseconds
1234