Searched refs:active_ini_file_section (Results 1 – 2 of 2) sorted by relevance
182 zval active_ini_file_section; member
6034 array_init(&BG(active_ini_file_section));6035 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), &BG(active_ini_file_section));6039 if (Z_TYPE(BG(active_ini_file_section)) != IS_UNDEF) {6040 active_arr = &BG(active_ini_file_section);6075 ZVAL_UNDEF(&BG(active_ini_file_section));6117 ZVAL_UNDEF(&BG(active_ini_file_section));
Completed in 16 milliseconds