Home
last modified time | relevance | path

Searched refs:in (Results 1 – 9 of 9) sorted by relevance

/php-uv/examples/
H A Dspawn_fd.php3 $in = uv_pipe_init(uv_default_loop(), true); variable
8 $stdio[] = uv_stdio_new($in, UV::CREATE_PIPE | UV::READABLE_PIPE);
H A Dspawn.php3 $in = uv_pipe_init(uv_default_loop(), true); variable
9 $stdio[] = uv_stdio_new($in, UV::CREATE_PIPE | UV::READABLE_PIPE);
/php-uv/
H A Dconfig.m426 case $host in
69 AC_MSG_RESULT(from option: found in $UV_DIR)
71 for i in $SEARCH_PATH ; do
74 AC_MSG_RESULT(from default path: found in $i)
88 case $host in
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 2. Redistributions in binary form must reproduce the above copyright
14 notice, this list of conditions and the following disclaimer in
23 may "PHP" appear in their name, without prior written permission
24 from group@php.net. You may indicate that your software works in
H A D.gitignore31 config.h.in
H A DREADME.md2135 execute callbacks in another thread (requires Thread Safe enabled PHP)
2194 *long $offset*: the offset position in the file at which reading should commence.
2196 *long $length*: the length in bytes that should be read starting at position *$offset*.
H A Dphp_uv.c3180 ZEND_ARG_INFO(0, in)
/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 D700-uv_rwlock.phpt27 Notice: Unknown: uv_rwlock: still locked resource detected; forcing rdunlock in Unknown on line 0

Completed in 41 milliseconds