Home
last modified time | relevance | path

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

/PHP-8.1/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.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.1/ext/pcntl/
H A Dpcntl_arginfo.h154 ZEND_FUNCTION(pcntl_exec);
198 ZEND_FE(pcntl_exec, arginfo_pcntl_exec)
H A Dpcntl.stub.php58 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} function
H A Dpcntl.c827 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument

Completed in 12 milliseconds