Home
last modified time | relevance | path

Searched refs:parse_ini_file (Results 1 – 25 of 34) sorted by last modified time

12

/php-src/ext/standard/
H A Dbasic_functions.stub.php2083 function parse_ini_file(string $filename, bool $process_sections = false, int $scanner_mode = INI_S… function
H A Dbasic_functions_arginfo.h2470 ZEND_FUNCTION(parse_ini_file);
3097 ZEND_FE(parse_ini_file, arginfo_parse_ini_file)
H A Dbasic_functions.c2478 PHP_FUNCTION(parse_ini_file) argument
/php-src/Zend/tests/
H A Dbug70748.phpt11 var_dump(parse_ini_file($ini_file));
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt2 parse_ini_file() tests
17 var_dump(parse_ini_file($ini_file, 1));
H A Dparse_ini_booleans.phpt2 parse_ini_file() boolean operators
8 var_dump(parse_ini_file($ini_file, 1));
H A Dparse_ini_file.phpt2 parse_ini_file() multiple calls
6 $filename = __DIR__."/parse_ini_file.dat";
9 var_dump(parse_ini_file($filename));
10 var_dump(parse_ini_file($filename, true));
16 var_dump(parse_ini_file($filename));
21 var_dump(parse_ini_file($filename));
27 var_dump(parse_ini_file($filename));
34 var_dump(parse_ini_file($filename));
41 var_dump(parse_ini_file($filename));
48 var_dump(parse_ini_file($filename, true));
[all …]
H A Dbug40752.phpt2 Bug #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)
12 var_dump(parse_ini_file($file));
19 var_dump(parse_ini_file($file));
H A Dbug41445.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names)
18 var_dump(parse_ini_file($file, TRUE));
19 var_dump(parse_ini_file($file));
31 var_dump(parse_ini_file($file, TRUE));
32 var_dump(parse_ini_file($file));
H A Dbug41445_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
21 var_dump(parse_ini_file($file, TRUE));
22 var_dump(parse_ini_file($file));
H A Dbug44461.phpt2 Bug #44461 (parse_ini_file crashes)
10 parse_ini_file(__DIR__ . 'bug44461.ini', true);
H A Dbug47859.phpt2 Bug #47859 (parse_ini_file() does not like asterisk (*) in key in the beginning)
H A Dbug48660.phpt22 var_dump(parse_ini_file($ini_location, true, INI_SCANNER_RAW));
23 var_dump(parse_ini_file($ini_location, true, INI_SCANNER_NORMAL));
H A Dbug48768.phpt17 var_dump(parse_ini_file($ini_location, false, INI_SCANNER_RAW));
18 var_dump(parse_ini_file($ini_location, false, INI_SCANNER_NORMAL));
H A Dbug49056.phpt15 var_dump(parse_ini_file($filename));
H A Dbug49692.phpt2 Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash)
8 var_dump(parse_ini_file('bug49692.ini', true));
H A Dbug52138.phpt11 $ret = parse_ini_file($ini_file, true);
/php-src/tests/security/
H A Dopen_basedir_parse_ini_file.phpt14 test_open_basedir_before("parse_ini_file");
17 var_dump(parse_ini_file("../bad"));
18 var_dump(parse_ini_file("../bad/bad.txt"));
19 var_dump(parse_ini_file(".."));
20 var_dump(parse_ini_file("../"));
21 var_dump(parse_ini_file("../bad/."));
22 var_dump(parse_ini_file("../bad/./bad.txt"));
23 var_dump(parse_ini_file("./../."));
25 test_open_basedir_after("parse_ini_file");
33 *** Testing open_basedir configuration [parse_ini_file] ***
[all …]
/php-src/ext/standard/tests/strings/
H A Dbug51899.phpt2 Bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)
/php-src/ext/standard/tests/file/
H A Dparse_ini_file.phpt2 Test parse_ini_file() function
199 echo "*** Test parse_ini_file() function: with various keys and values given in parse.ini file ***…
202 $ini_array = parse_ini_file($file_path."/parse.ini");
206 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE);
216 *** Test parse_ini_file() function: with various keys and values given in parse.ini file ***
H A Dparse_ini_file_error.phpt2 Test parse_ini_file() function : error conditions
5 echo "*** Testing parse_ini_file() : error conditions ***\n";
7 //Test parse_ini_file with one more than the expected number of arguments
8 echo "\n-- Testing parse_ini_file() function with more than expected no. of arguments --\n";
12 var_dump( parse_ini_file($filename, $process_sections, $extra_arg) );
14 echo "\n-- Testing parse_ini_file() function with a non-existent file --\n";
16 var_dump( parse_ini_file($filename, $process_sections) );
21 *** Testing parse_ini_file() : error conditions ***
23 -- Testing parse_ini_file() function with more than expected no. of arguments --
25 Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
[all …]
H A Dparse_ini_file_variation1.phpt2 Test parse_ini_file() function : variation: identical properties and values are not referenced.
7 echo "*** Testing parse_ini_file() : variation ***\n";
20 $a = parse_ini_file($output_file, true);
28 *** Testing parse_ini_file() : variation ***
H A Dparse_ini_file_variation2.phpt2 Test parse_ini_file() function : variation: handling different boolean values
7 echo "*** Testing parse_ini_file() : variation ***\n";
40 $a = parse_ini_file($output_file, true);
45 *** Testing parse_ini_file() : variation ***
H A Dparse_ini_file_variation3.phpt2 Test parse_ini_file() function : variation: include path searching
7 echo "*** Testing parse_ini_file() : variation ***\n";
45 var_dump(parse_ini_file($iniFile));
69 *** Testing parse_ini_file() : variation ***
H A Dparse_ini_file_variation6-win32-mb.phpt2 Test parse_ini_file() function : variation - various absolute and relative paths
12 echo "*** Testing parse_ini_file() : variation ***\n";
55 var_dump(parse_ini_file($dir."\\".$filename));
66 *** Testing parse_ini_file() : variation ***
94 Warning: parse_ini_file(%sparseIniFileVar私はガラスを食べられます.dir\parseIniFileVar私はガラスを食べられますSub\..\\\parse…
99 Warning: parse_ini_file(%sparseIniFileVar私はガラスを食べられます.dir\parseIniFileVar私はガラスを食べられますSub\BADDIR\par…
128 Warning: parse_ini_file(BADDIR\parseIniFileVar私はガラスを食べられます.ini): Failed to open stream: No such fil…

Completed in 74 milliseconds

12