Searched refs:active_ini_file_section (Results 1 – 2 of 2) sorted by relevance
180 zval *active_ini_file_section; member
5978 MAKE_STD_ZVAL(BG(active_ini_file_section));5979 array_init(BG(active_ini_file_section));5980 …ate(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &BG(active_ini_file_section), sizeof(…5984 if (BG(active_ini_file_section)) {5985 active_arr = BG(active_ini_file_section);6021 BG(active_ini_file_section) = NULL;6061 BG(active_ini_file_section) = NULL;
Completed in 15 milliseconds