Home
last modified time | relevance | path

Searched refs:out (Results 1 – 3 of 3) sorted by relevance

/php-uv/examples/
H A Dspawn.php4 $out = uv_pipe_init(uv_default_loop(), true); variable
10 $stdio[] = uv_stdio_new($out, UV::CREATE_PIPE | UV::WRITABLE_PIPE);
20 uv_read_start($out, function($out, $buffer){
23 uv_close($out,function(){});
/php-uv/
H A D.gitignore47 tests/*.out
H A Dphp_uv.c3181 ZEND_ARG_INFO(0, out)

Completed in 19 milliseconds