From: Nikita Popov Date: Mon, 1 Jul 2019 17:02:39 +0000 (+0200) Subject: Update proto comment for proc_open X-Git-Tag: php-7.4.0alpha3~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e06a8ef950278dd8a154fa57e78f56745157070;p=php Update proto comment for proc_open --- 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) {