Searched refs:in (Results 1 – 9 of 9) sorted by relevance
/php-uv/examples/ |
H A D | spawn_fd.php | 3 $in = uv_pipe_init(uv_default_loop(), true); variable 8 $stdio[] = uv_stdio_new($in, UV::CREATE_PIPE | UV::READABLE_PIPE);
|
H A D | spawn.php | 3 $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 D | config.m4 | 26 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 D | LICENSE | 6 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 | .gitignore | 31 config.h.in
|
H A D | README.md | 2135 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 D | php_uv.c | 3180 ZEND_ARG_INFO(0, in)
|
/php-uv/tests/ |
H A D | 800-uv_stdio_new-issue59.phpt | 9 …passed unexpected value, expected instance of UV, file resource or socket resource in %s on line %d
|
H A D | 700-uv_rwlock.phpt | 27 Notice: Unknown: uv_rwlock: still locked resource detected; forcing rdunlock in Unknown on line 0
|
Completed in 29 milliseconds