Searched refs:other_options (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | proc_open.c | 414 zval *other_options = NULL; in PHP_FUNCTION() local 455 Z_PARAM_ARRAY_EX(other_options, 1, 0) in PHP_FUNCTION() 461 if (other_options) { in PHP_FUNCTION() 462 …zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_err… in PHP_FUNCTION() 469 item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); in PHP_FUNCTION() 476 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - … in PHP_FUNCTION()
|
H A D | basic_functions.c | 1873 ZEND_ARG_INFO(0, other_options) /* ARRAY_INFO(0, other_options, 1) */
|
Completed in 14 milliseconds