Home
last modified time | relevance | path

Searched refs:archive (Results 26 – 50 of 86) sorted by relevance

1234

/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt142 Cannot write out phar archive, phar is read-only
145 Cannot write out phar archive, phar is read-only
146 A Phar alias cannot be set in a plain tar archive
150 A Phar stub cannot be set in a plain tar archive
153 A Phar stub cannot be set in a plain tar archive
160 Cannot compress phar archive, phar is read-only
H A Dphar_convert_tar2.phpt58 string(60) "<?php // tar-based phar archive stub file
62 string(60) "<?php // tar-based phar archive stub file
H A Dphar_convert_tar3.phpt59 string(60) "<?php // tar-based phar archive stub file
63 string(60) "<?php // tar-based phar archive stub file
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
H A Dbug70019.phpt2 Bug #70019 Files extracted from archive may be placed outside of destination directory
H A Dphar_buildfromdirectory1.phpt27 Cannot write to archive - write operations restricted by INI setting
H A Dphar_decompress.phpt67 Cannot decompress phar archive, phar is read-only
68 Cannot decompress zip-based archives with whole-archive compression
H A Dphar_oo_iswriteable.phpt41 archive
76 archive
H A Dpharfileinfo_chmod.phpt30 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
H A Dbug47085.phpt22 …cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted phar archive, source does not …
H A Ddir.phpt79 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
81 …(): phar error: cannot remove directory "phar://", no phar archive specified, or phar archive does…
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_003.phpt16 phar error: corrupt zip archive, zip file comment truncated in zip-based phar "%sfilecomment.zip"
H A Dunixzip.phpt2 Phar: test a zip archive created by unix "zip" command
H A Dphar_commitwrite.phpt35 string(60) "<?php // zip-based phar archive stub file
/PHP-5.5/ext/zip/tests/
H A Dbug53885.phpt2 Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)
H A Dbug14962.phpt20 die('failed to create the archive');
H A Doo_getcomment.phpt30 Zip archive comment
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc6 * Path to archive file
10 protected $archive;
12 * Temporary stream used for creating the archive
H A Dcorrupt_tarmaker.php.inc6 * Path to archive file
10 protected $archive;
12 * Temporary stream used for creating the archive
H A Dmake.dangerous.tar.php.inc7 * Path to archive file
11 protected $archive;
13 * Temporary stream used for creating the archive
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_nohash.phpt2 Phar: tar archive, require_hash=1, should not error out
H A Dtar_openssl_hash.phpt2 Phar: tar archive, require_hash=1, OpenSSL hash
/PHP-5.5/ext/mbstring/
H A DREADME13 already. If you are curious, search archive for details.
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc326 * @return string The phar file-archive.
337 * @param string $arg The phar archive to use.
443 return "Pack files into a PHAR archive.\n" .
564 $archive = $this->args['f']['val'];
576 $phar = new Phar($archive, 0, $alias);
616 * Add files to a phar archive.
660 * This function adds a file to a phar archive.
750 return "List contents of a PHAR archive.";
787 return "Get a directory tree for a PHAR archive.";
932 return 'Delete entry from a PHAR archive';
[all …]

Completed in 27 milliseconds

1234