Searched refs:env_vars (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/pcntl/ |
H A D | pcntl.stub.php | 58 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} argument
|
H A D | pcntl_arginfo.h | 82 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, env_vars, IS_ARRAY, 0, "[]")
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.stub.php | 1525 …$command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?array $env_vars = null, ?array $o… argument
|
H A D | basic_functions_arginfo.h | 1787 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, env_vars, IS_ARRAY, 1, "null")
|
Completed in 45 milliseconds