Skip to content

Commit

Permalink
Update proto comment for proc_open
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 2, 2019
1 parent b88ef3d commit 1e06a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/proc_open.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1e06a8e

Please sign in to comment.