Home
last modified time | relevance | path

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

/php-src/ext/zip/tests/
H A Doo_getexternalattributesname_error.phpt2 ZipArchive::getExternalAttributesName() throws a ValueError when the $name param is empty
17 $zip->getExternalAttributesName("", $a, $b);
23 ZipArchive::getExternalAttributesName(): Argument #1 ($name) cannot be empty
H A Doo_externalattributes.phpt22 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b);
30 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b);
33 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
/php-src/ext/zip/
H A Dphp_zip.stub.php774 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {}
H A Dphp_zip_arginfo.h380 ZEND_METHOD(ZipArchive, getExternalAttributesName);
472 …ZEND_ME(ZipArchive, getExternalAttributesName, arginfo_class_ZipArchive_getExternalAttributesName,…
H A Dphp_zip.c2274 PHP_METHOD(ZipArchive, getExternalAttributesName) argument

Completed in 30 milliseconds