Home
last modified time | relevance | path

Searched refs:other_options (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/standard/
H A Dproc_open.c548 static int get_option(zval *other_options, char *opt_name) in get_option() argument
550 HashTable *opt_ary = Z_ARRVAL_P(other_options); in get_option()
1006 zval *environment = NULL, *other_options = NULL; /* Optional arguments */ in PHP_FUNCTION() local
1045 Z_PARAM_ARRAY_OR_NULL(other_options) in PHP_FUNCTION()
1075 if (other_options) { in PHP_FUNCTION()
1076 suppress_errors = get_option(other_options, "suppress_errors"); in PHP_FUNCTION()
1078 bypass_shell = bypass_shell || get_option(other_options, "bypass_shell"); in PHP_FUNCTION()
1079 blocking_pipes = get_option(other_options, "blocking_pipes"); in PHP_FUNCTION()
1080 create_process_group = get_option(other_options, "create_process_group"); in PHP_FUNCTION()
1081 create_new_console = get_option(other_options, "create_new_console"); in PHP_FUNCTION()

Completed in 11 milliseconds