Searched refs:FL_OVERWRITE (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/zip/tests/ |
H A D | oo_add_from_string.phpt | 2 ziparchive::addFromString and FL_OVERWRITE 31 var_dump($zip->addFromString('entry1.txt', __FILE__, ZipArchive::FL_OVERWRITE));
|
H A D | oo_addpattern.phpt | 30 $options['flags'] = 0; // clean FL_OVERWRITE 34 $options['flags'] = ZipArchive::FL_OVERWRITE;
|
H A D | oo_addglob.phpt | 35 $options['flags'] = 0; // clean FL_OVERWRITE 39 $options['flags'] = ZipArchive::FL_OVERWRITE;
|
H A D | oo_addemptydir.phpt | 24 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
|
H A D | oo_getstreamindex.phpt | 18 $zip->addFromString('bar.txt', 'baz', ZipArchive::FL_OVERWRITE);
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.stub.php | 131 public const FL_OVERWRITE = UNKNOWN; define in ZipArchive 699 …nction addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE): bool {} 702 …g $entryname = "", int $start = 0, int $length = 0, int $flags = ZipArchive::FL_OVERWRITE): bool {}
|
Completed in 8 milliseconds