Home
last modified time | relevance | path

Searched refs:pcntl_exec (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_exec_3.phpt2 pcntl_exec() 3
8 var_dump(pcntl_exec($file, array("foo","bar"), array("foo" => "bar")));
12 Warning: pcntl_exec(): Error has occurred: (errno %d) %s
H A Dpcntl_exec_004.phpt2 pcntl_exec() - Testing error when non-stringable arguments are passed for $args and $env_vars.
12 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), ['-n', new stdClass()]);
18 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), ['-n'], [new stdClass()]);
H A Dpcntl_exec.phpt2 pcntl_exec()
12 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), ['-n']);
H A Dpcntl_exec_2.phpt2 pcntl_exec() 2
18 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), array('-n', __FILE__), array(
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php954 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} function
H A Dpcntl_arginfo.h160 ZEND_FUNCTION(pcntl_exec);
207 ZEND_FE(pcntl_exec, arginfo_pcntl_exec)
H A Dpcntl.c488 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument

Completed in 17 milliseconds