Home
last modified time | relevance | path

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

/php-uv/tests/
H A D399-fs-stat-regression-no14.phpt7 uv_fs_stat($loop, $filename, function ($stat) use ($loop) {
11 echo "FAILED: uv_fs_stat should have returned an array with values" . PHP_EOL;
16 uv_fs_stat($loop, $filename, function ($stat) {
20 echo "FAILED: uv_fs_stat should have returned an array with values" . PHP_EOL;
/php-uv/examples/
H A Dstat.php3 uv_fs_stat(uv_default_loop(), __FILE__, function($stat) {
/php-uv/
H A DREADME.md2628 ### void uv_fs_stat(resource $loop, string $path, callable $callback)
H A Dphp_uv.c5882 PHP_FUNCTION(uv_fs_stat) argument
6428 PHP_FE(uv_fs_stat, arginfo_uv_fs_stat)

Completed in 29 milliseconds