Home
last modified time | relevance | path

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

/PHP-8.0/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()
11 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), ['-n']);
H A Dpcntl_exec_2.phpt2 pcntl_exec() 2
17 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), array('-n', __FILE__), array(
/PHP-8.0/ext/pcntl/
H A Dphp_pcntl.h63 PHP_FUNCTION(pcntl_exec);
H A Dpcntl.stub.php58 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} function
H A Dpcntl_arginfo.h147 ZEND_FUNCTION(pcntl_exec);
188 ZEND_FE(pcntl_exec, arginfo_pcntl_exec)
H A Dpcntl.c781 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS916 . Fixed bug #79812 (Potential integer overflow in pcntl_exec()). (cmb)

Completed in 12 milliseconds