Searched refs:process_sections (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 845 ZEND_ARG_INFO(0, process_sections) 851 ZEND_ARG_INFO(0, process_sections) 5912 /* {{{ proto array parse_ini_file(string filename [, bool process_sections [, int scanner_mode]]) 5918 zend_bool process_sections = 0; local 5923 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|bl", &filename, &filename_len, &process_sections, &scanner_mode) == FAILURE) { 5933 if (process_sections) { 5954 /* {{{ proto array parse_ini_string(string ini_string [, bool process_sections [, int scanner_mode]]) 5960 zend_bool process_sections = 0; local 5964 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|bl", &str, &str_len, &process_sections, &scanner_mode) == FAILURE) { 5973 if (process_sections) { [all...] |
Completed in 8 milliseconds