Searched refs:process_sections (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/tests/file/ |
H A D | parse_ini_file_error.phpt | 10 $process_sections = true; 12 var_dump( parse_ini_file($filename, $process_sections, $extra_arg) ); 16 var_dump( parse_ini_file($filename, $process_sections) );
|
H A D | parse_ini_file.phpt | 200 echo "-- ini file without process_sections optional arg --\n"; 205 echo "\n-- ini file with process_sections as TRUE --\n"; 217 -- ini file without process_sections optional arg -- 326 -- ini file with process_sections as TRUE --
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 194 echo "-- ini string without process_sections optional arg --\n"; 199 echo "\n-- ini string with process_sections as TRUE --\n"; 207 -- ini string without process_sections optional arg -- 316 -- ini string with process_sections as TRUE --
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.c | 2604 zend_bool process_sections = 0; local 2612 Z_PARAM_BOOL(process_sections) 2622 if (process_sections) { 2645 zend_bool process_sections = 0; local 2652 Z_PARAM_BOOL(process_sections) 2661 if (process_sections) {
|
H A D | basic_functions.stub.php | 362 function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_S… argument 364 function parse_ini_string(string $ini_string, bool $process_sections = false, int $scanner_mode = I… argument
|
H A D | basic_functions_arginfo.h | 564 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_sections, _IS_BOOL, 0, "false") 570 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_sections, _IS_BOOL, 0, "false")
|
Completed in 40 milliseconds