mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
proto fix
This commit is contained in:
parent
3edcf21dda
commit
dda970500e
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ PHP_FUNCTION(pcntl_wstopsig)
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto bool pcntl_exec(string path, [array args], [array envs])
|
/* {{{ proto bool pcntl_exec(string path [, array args [, array envs]])
|
||||||
Executes specified program in current process space as defined by exec(2) */
|
Executes specified program in current process space as defined by exec(2) */
|
||||||
PHP_FUNCTION(pcntl_exec)
|
PHP_FUNCTION(pcntl_exec)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue