Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbasic_functions.h180 zval *active_ini_file_section; member
H A Dbasic_functions.c5957 MAKE_STD_ZVAL(BG(active_ini_file_section));
5958 array_init(BG(active_ini_file_section));
5959 …ate(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &BG(active_ini_file_section), sizeof(…
5963 if (BG(active_ini_file_section)) {
5964 active_arr = BG(active_ini_file_section);
5996 BG(active_ini_file_section) = NULL;
6036 BG(active_ini_file_section) = NULL;

Completed in 96 milliseconds