Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c483 zval *other_options = NULL; in PHP_FUNCTION() local
526 Z_PARAM_ARRAY_EX(other_options, 1, 0) in PHP_FUNCTION()
573 if (other_options) { in PHP_FUNCTION()
574 …zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_err… in PHP_FUNCTION()
582 item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); in PHP_FUNCTION()
589 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - … in PHP_FUNCTION()
596 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "create_process_group", sizeof("create_proces… in PHP_FUNCTION()
603 …item = zend_hash_str_find(Z_ARRVAL_P(other_options), "create_new_console", sizeof("create_new_cons… in PHP_FUNCTION()
H A Dbasic_functions.c1878 ZEND_ARG_INFO(0, other_options) /* ARRAY_INFO(0, other_options, 1) */

Completed in 18 milliseconds