Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/tests/
H A Djmp_elim_002.phpt26 $archive_day_date_format = get_option( 'date_format' );
/PHP-8.0/ext/standard/
H A Dproc_open.c548 static int get_option(zval *other_options, char *opt_name) in get_option() function
1076 suppress_errors = get_option(other_options, "suppress_errors"); in PHP_FUNCTION()
1078 bypass_shell = bypass_shell || get_option(other_options, "bypass_shell"); in PHP_FUNCTION()
1079 blocking_pipes = get_option(other_options, "blocking_pipes"); in PHP_FUNCTION()
1080 create_process_group = get_option(other_options, "create_process_group"); in PHP_FUNCTION()
1081 create_new_console = get_option(other_options, "create_new_console"); in PHP_FUNCTION()

Completed in 6 milliseconds