Searched refs:env_vars (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/pcntl/tests/ |
H A D | pcntl_exec_004.phpt | 2 pcntl_exec() - Testing error when non-stringable arguments are passed for $args and $env_vars.
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 1058 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} argument
|
H A D | pcntl_arginfo.h | 89 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, env_vars, IS_ARRAY, 0, "[]")
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 3347 …$command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?array $env_vars = null, ?array $o…
|
H A D | basic_functions_arginfo.h | 1785 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, env_vars, IS_ARRAY, 1, "null")
|
Completed in 44 milliseconds