Searched refs:opsys (Results 1 – 3 of 3) 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… argument 194 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo… argument 197 * @param int $opsys 201 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {} argument 204 * @param int $opsys 208 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {} argument
|
H A D | php_zip_arginfo.h | 211 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0) 220 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0) 229 ZEND_ARG_INFO(1, opsys) 238 ZEND_ARG_INFO(1, opsys)
|
H A D | php_zip.c | 2156 zend_long flags=0, opsys, attr; local 2160 &name, &name_len, &opsys, &attr, &flags) == FAILURE) { 2177 (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) { 2189 zend_long index, flags=0, opsys, attr; local 2193 &index, &opsys, &attr, &flags) == FAILURE) { 2216 zip_uint8_t opsys; local 2238 (zip_flags_t)flags, &opsys, &attr) < 0) { 2241 ZEND_TRY_ASSIGN_REF_LONG(z_opsys, opsys); 2253 zip_uint8_t opsys; local 2266 (zip_flags_t)flags, &opsys, &attr) < 0) { [all …]
|
Completed in 18 milliseconds