Home
last modified time | relevance | path

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

/php-uv/tests/
H A D800-uv_queue_work.phpt19 $b = function() {
22 $queue = uv_queue_work($loop, $a, $b);
/php-uv/examples/
H A Dpipe_bind_connect.php23 $b = uv_pipe_init(uv_default_loop(), 0); variable
24 uv_pipe_connect($b, PIPE_PATH, function($pipe, $status) {
/php-uv/
H A DREADME.md1465 b = uv_pipe_init(uv_default_loop(), 0);
1466 uv_pipe_connect($b, PIPE_PATH, function($a,$b){
1467 uv_write($b,"Hello", function($stream,$stat){

Completed in 9 milliseconds