diff options
-rw-r--r-- | ext/standard/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 5f009d508d..e6b61a422a 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -258,7 +258,7 @@ PHP_FUNCTION(system) } /* }}} */ -/* {{{ proto int passthru(string command [, int return_value]) +/* {{{ proto void passthru(string command [, int return_value]) Execute an external program and display raw output */ PHP_FUNCTION(passthru) { |