Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dproc_open.c420 zval *other_options = NULL; in PHP_FUNCTION() local
463 &other_options) == FAILURE) { in PHP_FUNCTION()
470 if (other_options) { in PHP_FUNCTION()
471 …zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_err… in PHP_FUNCTION()
478 item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); in PHP_FUNCTION()
485 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - … in PHP_FUNCTION()
H A Dbasic_functions.c1877 ZEND_ARG_INFO(0, other_options) /* ARRAY_INFO(0, other_options, 1) */

Completed in 24 milliseconds