Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c413 zval *other_options = NULL; in PHP_FUNCTION() local
454 Z_PARAM_ARRAY_EX(other_options, 1, 0) in PHP_FUNCTION()
460 if (other_options) { in PHP_FUNCTION()
461 …zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_err… in PHP_FUNCTION()
468 item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); in PHP_FUNCTION()
475 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - … in PHP_FUNCTION()
H A Dbasic_functions.c1889 ZEND_ARG_INFO(0, other_options) /* ARRAY_INFO(0, other_options, 1) */

Completed in 22 milliseconds