Home
last modified time | relevance | path

Searched refs:to (Results 1 – 5 of 5) sorted by relevance

/php-uv/
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
29 license from time to time. Each version will be given a
32 of the license, you may always continue to use it under the terms
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
H A Dconfig.m41 PHP_ARG_WITH(uv, Whether to include "uv" support,
7 PHP_ARG_ENABLE(dtrace, Whether to enable the "dtrace" debug,
25 dnl TODO: we should move this line to Makefile.frag or somewhere.
59 AC_MSG_ERROR(system libuv must be upgraded to version >= 1.0.0)
H A DREADME.md5 Interface to libuv for php.
18 # add `extension=uv.so` to your php.ini
258 binds a name to a socket.
297 binds a name to a socket.
1244 send buffer to specified address.
1289 send buffer to specified address.
1447 connect to named pipe.
1712 send signal to specified pid.
2400 *string $to*:
2571 *string $to*:
[all …]
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);
3228 ZEND_ARG_INFO(0, to)
3236 ZEND_ARG_INFO(0, to)
[all …]
/php-uv/tests/
H A D010-uv_loop_new.phpt2 Check to make sure uv_loop_new can be used

Completed in 29 milliseconds