Searched refs:process_sections (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/ext/standard/tests/file/ |
H A D | parse_ini_file_error.phpt | 5 /* Prototype : proto array parse_ini_file(string filename [, bool process_sections]) 20 $process_sections = true; 22 var_dump( parse_ini_file($filename, $process_sections, $extra_arg) ); 26 var_dump( parse_ini_file($filename, $process_sections) );
|
H A D | parse_ini_file.phpt | 5 /* Prototype: array parse_ini_file(string $filename [,bool $process_sections]); 205 echo "-- ini file without process_sections optional arg --\n"; 210 echo "\n-- ini file with process_sections as TRUE --\n"; 222 -- ini file without process_sections optional arg -- 331 -- ini file with process_sections as TRUE --
|
H A D | parse_ini_file_variation1.phpt | 7 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
|
H A D | parse_ini_file_variation4.phpt | 7 /* Prototype : array parse_ini_file(string filename [, bool process_sections]) 25 $process_sections = false; 103 var_dump( parse_ini_file($value, $process_sections) );
|
H A D | parse_ini_file_variation2.phpt | 7 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
|
H A D | parse_ini_file_variation5.phpt | 7 /* Prototype : array parse_ini_file(string filename [, bool process_sections]) 103 // loop through each element of the array for process_sections
|
H A D | parse_ini_file_variation3.phpt | 7 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
|
H A D | parse_ini_file_variation6.phpt | 7 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
|
H A D | parse_ini_file_variation6-win32-mb.phpt | 12 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
|
H A D | parse_ini_file_variation6-win32.phpt | 12 /* Prototype : array parse_ini_file(string filename [, bool process_sections])
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 5 /* Prototype: array parse_ini_string(string $string [,bool $process_sections]); 199 echo "-- ini string without process_sections optional arg --\n"; 204 echo "\n-- ini string with process_sections as TRUE --\n"; 212 -- ini string without process_sections optional arg -- 321 -- ini string with process_sections as TRUE --
|
/PHP-7.3/ext/standard/ |
H A D | basic_functions.c | 830 ZEND_ARG_INFO(0, process_sections) 836 ZEND_ARG_INFO(0, process_sections) 6056 zend_bool process_sections = 0; local 6064 Z_PARAM_BOOL(process_sections) 6074 if (process_sections) { 6100 zend_bool process_sections = 0; local 6107 Z_PARAM_BOOL(process_sections) 6116 if (process_sections) {
|
Completed in 39 milliseconds