Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 2 of 2) sorted by relevance

/php-uv/
H A DREADME.md1483 ### void ares_gethostbyname(resource $handle, string $name, long $flag, callable $callback)
2138 ### resource uv_fs_open(resource $loop, string $path, long $flag, long $mode, callable $callback)
2150 *long $flag*: file flag. this should be UV::O_RDONLY and some constants flag.
2152 *long $mode*: mode flag. this should be UV::S_IRWXU and some mode flag.
H A Dphp_uv.c965 zend_long flag, mode; local
967 PHP_UV_FS_PARSE_PARAMETERS_EX(3, Z_PARAM_STR(path) Z_PARAM_LONG(flag) Z_PARAM_LONG(mode), 1);
968 PHP_UV_FS_SETUP_AND_EXECUTE(open, path->val, flag, mode);
3289 ZEND_ARG_INFO(0, flag)

Completed in 30 milliseconds