Home
last modified time | relevance | path

Searched refs:getExternalAttributesIndex (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_externalattributes.phpt26 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
33 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
36 var_dump($zip->getExternalAttributesIndex($id, $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php195 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h343 ZEND_METHOD(ZipArchive, getExternalAttributesIndex);
432 …ZEND_ME(ZipArchive, getExternalAttributesIndex, arginfo_class_ZipArchive_getExternalAttributesInde…
H A Dphp_zip.c2239 PHP_METHOD(ZipArchive, getExternalAttributesIndex) argument

Completed in 14 milliseconds