Skip to content

Commit 1e06a8e

Browse files
committed
Update proto comment for proc_open
1 parent b88ef3d commit 1e06a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/proc_open.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ static char *create_win_command_from_args(HashTable *args) {
474474
}
475475
#endif
476476

477-
/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])
477+
/* {{{ proto resource proc_open(string|array command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])
478478
Run a process with more control over it's file descriptors */
479479
PHP_FUNCTION(proc_open)
480480
{

0 commit comments

Comments
 (0)