We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1015de3 + 21c2c07 commit 7e47226Copy full SHA for 7e47226
1 file changed
ext/standard/tests/file/bug46347.phpt
@@ -8,14 +8,14 @@ $str = <<< EOF
8
part1.*.part2 = 1
9
EOF;
10
11
-$file = __DIR__ . '/parse.ini';
+$file = __DIR__ . '/bug46347.ini';
12
file_put_contents($file, $str);
13
14
var_dump(parse_ini_file($file));
15
?>
16
--CLEAN--
17
<?php
18
-unlink(__DIR__.'/parse.ini');
+unlink(__DIR__.'/bug46347.ini');
19
20
--EXPECT--
21
array(1) {
0 commit comments