Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dproc_open.c662 static bool get_option(zval *other_options, char *opt_name, size_t opt_name_len) in get_option() argument
664 HashTable *opt_ary = Z_ARRVAL_P(other_options); in get_option()
1149 zval *environment = NULL, *other_options = NULL; /* Optional arguments */ in PHP_FUNCTION() local
1187 Z_PARAM_ARRAY_OR_NULL(other_options) in PHP_FUNCTION()
1218 if (other_options) { in PHP_FUNCTION()
1219 suppress_errors = get_option(other_options, "suppress_errors", strlen("suppress_errors")); in PHP_FUNCTION()
1221 …bypass_shell = bypass_shell || get_option(other_options, "bypass_shell", strlen("bypass_sh… in PHP_FUNCTION()
1222 blocking_pipes = get_option(other_options, "blocking_pipes", strlen("blocking_pipes")); in PHP_FUNCTION()
1223 …create_process_group = get_option(other_options, "create_process_group", strlen("create_process_gr… in PHP_FUNCTION()
1224 …create_new_console = get_option(other_options, "create_new_console", strlen("create_new_console"… in PHP_FUNCTION()

Completed in 8 milliseconds