diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-01 19:02:39 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-02 10:10:51 +0200 |
commit | 1e06a8ef950278dd8a154fa57e78f56745157070 (patch) | |
tree | 8aaf835d39bbdd7d8bcb38d956b5c2052e03acd3 | |
parent | b88ef3dc58897c9b5d00c97408687d38b40b8a85 (diff) | |
download | php-git-1e06a8ef950278dd8a154fa57e78f56745157070.tar.gz |
Update proto comment for proc_open
-rw-r--r-- | ext/standard/proc_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 4644b60794..9a0bd94199 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -474,7 +474,7 @@ static char *create_win_command_from_args(HashTable *args) { } #endif -/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]]) +/* {{{ proto resource proc_open(string|array command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]]) Run a process with more control over it's file descriptors */ PHP_FUNCTION(proc_open) { |