Home
last modified time | relevance | path

Searched refs:s (Results 1 – 7 of 7) sorted by relevance

/php-uv/examples/
H A Dgetaddrinfo.php2 uv_getaddrinfo(uv_default_loop(),function($s,$names){
/php-uv/tests/
H A D800-uv_stdio_new-issue59.phpt9 …passed unexpected value, expected instance of UV, file resource or socket resource in %s on line %d
H A D500-udp_bind.phpt15 uv_udp_send($uv, "Hello", uv_ip4_addr("0.0.0.0", 10000), function($uv, $s) {
H A D500-udp_bind6.phpt15 uv_udp_send($uv, "Hello", uv_ip6_addr("::1", 10000), function($uv, $s) {
/php-uv/
H A Dconfig.m428 dtrace -h -s phpuv_dtrace.d
H A DREADME.md358 set Nagel's flags for specified tcp resource.
477 * if you want to use PHP's stream or socket resource. see uv_fs_poll_init and uv_fs_read.
1044 uv_udp_send($uv, "Hello", uv_ip4_addr("0.0.0.0",10000),function($uv, $s){
1088 uv_udp_send6($uv, "Hello", uv_ip6_addr("::1",10000),function($uv, $s){
1130 uv_udp_send6($uv, "Hello", uv_ip6_addr("::1",10000),function($uv, $s){
1276 uv_udp_send($uv, "Hello", uv_ip4_addr("::1",10000),function($uv, $s){
1321 uv_udp_send6($uv, "Hello", uv_ip6_addr("::1",10000),function($uv, $s){
2228 * handling PHP's stream and socket correctly.
2825 *mixed $fd*: this expects long fd, PHP's stream or PHP's socket resource.
H A Dphp_uv.c126 return buf.s; in php_uv_concat_ce_names()
1171 static zval php_uv_make_stat(const uv_stat_t *s) argument
1176 add_assoc_long_ex(&tmp, ZEND_STRL("dev"), s->st_dev);
1177 add_assoc_long_ex(&tmp, ZEND_STRL("ino"), s->st_ino);
1178 add_assoc_long_ex(&tmp, ZEND_STRL("mode"), s->st_mode);
1179 add_assoc_long_ex(&tmp, ZEND_STRL("nlink"), s->st_nlink);
1180 add_assoc_long_ex(&tmp, ZEND_STRL("uid"), s->st_uid);
1181 add_assoc_long_ex(&tmp, ZEND_STRL("gid"), s->st_gid);
1182 add_assoc_long_ex(&tmp, ZEND_STRL("rdev"), s->st_rdev);
1183 add_assoc_long_ex(&tmp, ZEND_STRL("size"), s->st_size);
[all …]

Completed in 27 milliseconds