Home
last modified time | relevance | path

Searched refs:command (Results 1 – 2 of 2) sorted by relevance

/php-uv/
H A Dphp_uv.c808 #define PHP_UV_FS_SETUP_AND_EXECUTE(command, ...) \ argument
810 PHP_UV_FS_ASYNC(loop, command, __VA_ARGS__);
3131 ZEND_ARG_INFO(0, command)
5126 zend_string *command, *cwd; local
5135 Z_PARAM_STR(command)
5195 command_args[n] = command->val;
5241 options.file = command->val;
H A DREADME.md1685 ### resource uv_spawn(resource $loop, string $command, array $args, array $stdio, string $cwd, arra…

Completed in 34 milliseconds