other_options    1872 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, other_options) /* ARRAY_INFO(0, other_options, 1) */
other_options     431 ext/standard/proc_open.c 	zval *other_options = NULL;
other_options     473 ext/standard/proc_open.c 				&other_options) == FAILURE) {
other_options     480 ext/standard/proc_open.c 	if (other_options) {
other_options     481 ext/standard/proc_open.c 		zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_errors") - 1);
other_options     488 ext/standard/proc_open.c 		item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1);
other_options     495 ext/standard/proc_open.c 		item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - 1);