Searched refs:active_ini_file_section (Results 1 – 2 of 2) sorted by relevance
74 zval active_ini_file_section; member
2508 array_init(&BG(active_ini_file_section));2509 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), &BG(active_ini_file_section));2513 if (Z_TYPE(BG(active_ini_file_section)) != IS_UNDEF) {2514 active_arr = &BG(active_ini_file_section);2547 ZVAL_UNDEF(&BG(active_ini_file_section));2587 ZVAL_UNDEF(&BG(active_ini_file_section));
Completed in 15 milliseconds