Home
last modified time | relevance | path

Searched refs:w (Results 1 – 4 of 4) sorted by relevance

/php-uv/tests/
H A D320-fs-poll.phpt9 fclose(fopen(FIXTURE_PATH, "w+"));
24 $fp = fopen(FIXTURE_PATH, "w+");
H A D330-poll-pipe.phpt6 $fd = popen($php . " ". __DIR__ . "/fixtures/proc.php 2>&1", "w");
/php-uv/
H A Dphp_uv.c184 w->req.data = uv; \
186 w->cb = cb; \
190 w->req.data = uv; \
2437 send_req_t *w; local
3783 write_req_t *w; local
3798 r = uv_write(&w->req, &uv->uv.stream, &w->buf, 1, php_uv_write_cb);
3816 write_req_t *w; local
5998 zval *w, *h = NULL; local
6003 Z_PARAM_ZVAL_EX(w, 0, 1)
6009 zval_ptr_dtor(w);
[all …]
H A DREADME.md2835 $fd = fopen("php://stdout","w+");
2868 $fd = fopen("php://stdout","w+");

Completed in 25 milliseconds