Home
last modified time | relevance | path

Searched refs:from (Results 1 – 4 of 4) sorted by relevance

/php-uv/
H A DLICENSE19 derived from this software without prior written permission. For
22 4. Products derived from this software may not be called "PHP", nor
24 from group@php.net. You may indicate that your software works in
29 license from time to time. Each version will be given a
41 "This product includes PHP software, freely available from
H A Dconfig.m456 AC_MSG_RESULT(from pkgconfig: found version $LIBUV_VERSION)
69 AC_MSG_RESULT(from option: found in $UV_DIR)
74 AC_MSG_RESULT(from default path: found in $i)
H A DREADME.md23 Windows builds for stable PHP versions are available [from PECL](https://pecl.php.net/package/uv).
2388 ### void uv_fs_rename(resource $loop, string $from, string $to, callable $callback)
2398 *string $from*:
2559 ### void uv_fs_link(resource $loop, string $from, string $to, callable $callback)
2569 *string $from*:
2582 ### void uv_fs_symlink(resource $loop, string $from, string $to, long $flags, callable $callback)
2592 *string $from*:
H A Dphp_uv.c815 zend_string *from, *to; local
819 PHP_UV_FS_SETUP_AND_EXECUTE(symlink, from->val, to->val, flags);
824 zend_string *from, *to; local
826 PHP_UV_FS_PARSE_PARAMETERS(2, Z_PARAM_STR(from) Z_PARAM_STR(to));
827 PHP_UV_FS_SETUP_AND_EXECUTE(link, from->val, to->val);
855 zend_string *from, *to; local
857 PHP_UV_FS_PARSE_PARAMETERS(2, Z_PARAM_STR(from) Z_PARAM_STR(to));
858 PHP_UV_FS_SETUP_AND_EXECUTE(rename, from->val, to->val);
3227 ZEND_ARG_INFO(0, from)
3235 ZEND_ARG_INFO(0, from)
[all …]

Completed in 30 milliseconds