Searched refs:env_vars (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/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-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 954 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.2/ext/standard/ |
H A D | basic_functions.stub.php | 2466 …$command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?array $env_vars = null, ?array $o…
|
H A D | basic_functions_arginfo.h | 1794 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, env_vars, IS_ARRAY, 1, "null")
|
Completed in 23 milliseconds