Home
last modified time | relevance | path

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

/php-src/ext/zip/
H A Dphp_zip.stub.php764 …public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0): bo…
767 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo…
770 * @param int $opsys
774 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {}
777 * @param int $opsys
781 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}
H A Dphp_zip.c2221 zend_long flags=0, opsys, attr; local
2225 &name, &name_len, &opsys, &attr, &flags) == FAILURE) {
2242 (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
2254 zend_long index, flags=0, opsys, attr; local
2258 &index, &opsys, &attr, &flags) == FAILURE) {
2281 zip_uint8_t opsys; local
2303 (zip_flags_t)flags, &opsys, &attr) < 0) {
2306 ZEND_TRY_ASSIGN_REF_LONG(z_opsys, opsys);
2318 zip_uint8_t opsys; local
2331 (zip_flags_t)flags, &opsys, &attr) < 0) {
[all …]
H A Dphp_zip_arginfo.h234 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0)
243 ZEND_ARG_TYPE_INFO(0, opsys, IS_LONG, 0)
252 ZEND_ARG_INFO(1, opsys)
261 ZEND_ARG_INFO(1, opsys)

Completed in 19 milliseconds