diff options
author | Andrei Zmievski <andrei@php.net> | 2000-02-11 19:19:06 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-02-11 19:19:06 +0000 |
commit | 0f4b9aa812fbca823d53aee06452de300cf4b8cb (patch) | |
tree | 27ab0be46d9580a7d6a8c81f1e91af5e10ae0975 | |
parent | 6a79c379ccf44b88e4731eb324f0e6ac1674b54b (diff) | |
download | php-git-0f4b9aa812fbca823d53aee06452de300cf4b8cb.tar.gz |
Fix prototype.
-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) { |