Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/tests/
H A Doo_externalattributes.phpt24 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
31 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b);
34 var_dump($zip->getExternalAttributesIndex($id, $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php812 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}
H A Dphp_zip_arginfo.h372 ZEND_METHOD(ZipArchive, getExternalAttributesIndex);
464 …ZEND_ME(ZipArchive, getExternalAttributesIndex, arginfo_class_ZipArchive_getExternalAttributesInde…
H A Dphp_zip.c2264 PHP_METHOD(ZipArchive, getExternalAttributesIndex) argument

Completed in 20 milliseconds