Home
last modified time | relevance | path

Searched refs:FL_UNCHANGED (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/zip/tests/
H A Dbug53885.phpt2 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 Doo_externalattributes.phpt33 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 Doo_getstreamindex.phpt46 $fp = $zip->getStreamIndex(1, ZipArchive::FL_UNCHANGED);
/PHP-8.2/ext/zip/examples/
H A Dget_set_comments.php33 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 Dphp_zip.stub.php116 public const FL_UNCHANGED = UNKNOWN; define in ZipArchive

Completed in 8 milliseconds