Home
last modified time | relevance | path

Searched refs:archive (Results 51 – 75 of 100) sorted by relevance

1234

/PHP-8.2/ext/phar/tests/zip/
H A Dunixzip.phpt2 Phar: test a zip archive created by unix "zip" command
H A Dgh10766.phpt2 GH-10766 (PharData archive created with Phar::Zip format does not keep files metadata (datetime))
H A Dphar_commitwrite.phpt30 string(60) "<?php // zip-based phar archive stub file
H A Dphar_setalias2.phpt47 alias "test" is already used for archive "%sphar_setalias2.phar.zip" and cannot be used for other a…
H A Dodt.phpt2 Phar: test a zip archive created by openoffice
H A Dphar_convert_phar.phpt50 string(60) "<?php // zip-based phar archive stub file
/PHP-8.2/ext/phar/
H A Dconfig.m42 [for phar archive support],
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()
2078 …if (objphar->archive->fname_len == phar->fname_len && !memcmp(objphar->archive->fname, phar->fname… in phar_copy_cached_phar()
[all …]
/PHP-8.2/ext/phar/tests/
H A Dbug47085.phpt21 …cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted phar archive, source does not …
H A Dtest_unset.phpt2 Phar: ensure unset() works properly on a non-flushed phar archive
H A Ddir.phpt78 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
80 …(): phar error: cannot remove directory "phar://", no phar archive specified, or phar archive does…
H A Dphar_convert_repeated_b.phpt105 Cannot write out executable phar archive, phar is read-only
113 Cannot write out executable phar archive, phar is read-only
H A D029.phpt48 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…
/PHP-8.2/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt30 string(60) "<?php // tar-based phar archive stub file
H A Dphar_setalias2.phpt49 alias "test" is already used for archive "%sphar_setalias2.phar.tar" and cannot be used for other a…
H A Dphar_convert_phar.phpt50 string(60) "<?php // tar-based phar archive stub file
H A Dphar_convert_phar2.phpt52 string(60) "<?php // tar-based phar archive stub file
H A Dphar_convert_phar3.phpt51 string(60) "<?php // tar-based phar archive stub file
H A Dtar_003.phpt17 $tar->addFile('.phar/stub.php', "<?php // tar-based phar archive stub file\n__HALT_COMPILER();");
/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc328 * @return string The phar file-archive.
339 * @param string $arg The phar archive to use.
455 return "Pack files into a PHAR archive.\n" .
560 * This function will try to pack a new Phar archive.
576 $archive = $this->args['f']['val'];
588 $phar = new Phar($archive, 0, $alias);
628 * Add files to a phar archive.
672 * This function adds a file to a phar archive.
762 return "List contents of a PHAR archive.";
944 return 'Delete entry from a PHAR archive';
[all …]
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt36 if ($return_code != true) die("Failed to close archive: " . $zipfile->getStatusString());
/PHP-8.2/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
H A Dbug51353.phpt2 Bug #51353 ZIP64 problem, archive with 100000 items
/PHP-8.2/ext/zip/
H A Dconfig.m42 [for zip archive read/write support],

Completed in 28 milliseconds

1234