Searched defs:opsys (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 191 …public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0): bo… 194 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo… 201 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {} 208 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}
|
H A D | php_zip.c | 2156 zend_long flags=0, opsys, attr; local 2189 zend_long index, flags=0, opsys, attr; local 2216 zip_uint8_t opsys; local 2253 zip_uint8_t opsys; local
|
Completed in 74 milliseconds