1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

proto fix

This commit is contained in:
Hartmut Holzgraefe
2002-01-04 14:08:25 +00:00
parent 3edcf21dda
commit dda970500e
+1 -1
View File
@@ -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) */
PHP_FUNCTION(pcntl_exec)
{