Searched refs:FL_UNCHANGED (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/zip/tests/ |
H A D | bug53885.phpt | 2 Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) 12 $nx->locateName("a",ZIPARCHIVE::FL_UNCHANGED); 13 $nx->statName("a",ZIPARCHIVE::FL_UNCHANGED);
|
H A D | oo_externalattributes.phpt | 33 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b, ZipArchive::FL_UNCHANGED), $a, $b); 34 var_dump($zip->getExternalAttributesIndex($id, $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
|
H A D | oo_getstreamindex.phpt | 46 $fp = $zip->getStreamIndex(1, ZipArchive::FL_UNCHANGED);
|
/PHP-8.2/ext/zip/examples/ |
H A D | get_set_comments.php | 33 echo $z->getCommentName('foobar/', ZIPARCHIVE::FL_UNCHANGED) . "\n"; 36 echo "Archive comment (original): " . $z->getArchiveComment(ZIPARCHIVE::FL_UNCHANGED) . "\n";
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.stub.php | 116 public const FL_UNCHANGED = UNKNOWN; define in ZipArchive
|
Completed in 7 milliseconds