Home
last modified time | relevance | path

Searched refs:opsys (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php795 …public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0): bo…
798 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo…
801 * @param int $opsys
805 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {}
808 * @param int $opsys
812 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}
H A Dphp_zip.c2172 zend_long flags=0, opsys, attr; local
2176 &name, &name_len, &opsys, &attr, &flags) == FAILURE) {
2193 (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
2205 zend_long index, flags=0, opsys, attr; local
2209 &index, &opsys, &attr, &flags) == FAILURE) {
2232 zip_uint8_t opsys; local
2254 (zip_flags_t)flags, &opsys, &attr) < 0) {
2257 ZEND_TRY_ASSIGN_REF_LONG(z_opsys, opsys);
2269 zip_uint8_t opsys; local
2282 (zip_flags_t)flags, &opsys, &attr) < 0) {
[all …]
H A Dphp_zip_arginfo.h224 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0)
233 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0)
242 ZEND_ARG_INFO(1, opsys)
251 ZEND_ARG_INFO(1, opsys)

Completed in 20 milliseconds