Home
last modified time | relevance | path

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

/php-src/ext/opcache/tests/
H A Djmp_elim_002.phpt26 $archive_day_date_format = get_option( 'date_format' );
/php-src/ext/standard/
H A Dproc_open.c669 static bool get_option(zval *other_options, char *opt_name, size_t opt_name_len) in get_option() function
1226 suppress_errors = get_option(other_options, "suppress_errors", strlen("suppress_errors")); in PHP_FUNCTION()
1228 …bypass_shell = bypass_shell || get_option(other_options, "bypass_shell", strlen("bypass_sh… in PHP_FUNCTION()
1229 blocking_pipes = get_option(other_options, "blocking_pipes", strlen("blocking_pipes")); in PHP_FUNCTION()
1230 …create_process_group = get_option(other_options, "create_process_group", strlen("create_process_gr… in PHP_FUNCTION()
1231 …create_new_console = get_option(other_options, "create_new_console", strlen("create_new_console"… in PHP_FUNCTION()

Completed in 10 milliseconds