Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dbasic_functions.c1888 ZEND_ARG_INFO(0, other_options) /* ARRAY_INFO(0, other_options, 1) */
H A Dproc_open.c446 zval *other_options = NULL; in PHP_FUNCTION() local
484 &other_options) == FAILURE) { in PHP_FUNCTION()
491 if (other_options) { in PHP_FUNCTION()
493 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_error… in PHP_FUNCTION()
499 …if (SUCCESS == zend_hash_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell"), (… in PHP_FUNCTION()

Completed in 19 milliseconds