Searched refs:pcntl_exec (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/pcntl/tests/ |
H A D | pcntl_exec_3.phpt | 2 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 D | pcntl_exec.phpt | 2 pcntl_exec() 11 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), ['-n']);
|
H A D | pcntl_exec_2.phpt | 2 pcntl_exec() 2 17 pcntl_exec(getenv("TEST_PHP_EXECUTABLE"), array('-n', __FILE__), array(
|
/PHP-8.0/ext/pcntl/ |
H A D | php_pcntl.h | 63 PHP_FUNCTION(pcntl_exec);
|
H A D | pcntl.stub.php | 58 function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} function
|
H A D | pcntl_arginfo.h | 147 ZEND_FUNCTION(pcntl_exec); 188 ZEND_FE(pcntl_exec, arginfo_pcntl_exec)
|
H A D | pcntl.c | 781 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() argument
|
/PHP-8.0/ |
H A D | NEWS | 916 . Fixed bug #79812 (Potential integer overflow in pcntl_exec()). (cmb)
|
Completed in 12 milliseconds