mirror of
https://github.com/php/php-src.git
synced 2025-01-07 19:44:02 +08:00
Fix prototype.
This commit is contained in:
parent
6a79c379cc
commit
0f4b9aa812
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user