Home
last modified time | relevance | path

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

/php-uv/tests/
H A D399-fs-stat-regression-no14.phpt6 $filename ="does_not_exist.txt";
7 uv_fs_stat($loop, $filename, function ($stat) use ($loop) {
14 $filename = tempnam(sys_get_temp_dir(), 'test-no14');
16 uv_fs_stat($loop, $filename, function ($stat) {
/php-uv/
H A DTODO.md23 * UV_EXTERN uv_err_t uv_dlopen(const char* filename, uv_lib_t* library);
H A Dphp_uv.c1996 static void php_uv_fs_event_cb(uv_fs_event_t* req, const char* filename, int events, int status) argument
2003 PHP_UV_DEBUG_PRINT("fs_event_cb: %s, %d\n", filename, status);
2008 if (filename) {
2009 ZVAL_STRING(&params[1], filename);

Completed in 25 milliseconds