1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

Fix file conflict in fgets test

This commit is contained in:
Nikita Popov
2019-07-03 11:27:02 +02:00
parent aff0b77d15
commit 6dd4cccef8
2 changed files with 2 additions and 2 deletions
@@ -24,7 +24,7 @@ $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumer
echo "*** Testing fgets() : usage variations ***\n";
$filename = __DIR__."/fgets_variation4.tmp";
$filename = __DIR__."/fgets_variation6.tmp";
foreach($file_modes as $file_mode) {
echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
@@ -24,7 +24,7 @@ $file_content_types = array("numeric", "text", "text_with_new_line", "alphanumer
echo "*** Testing fgets() : usage variations ***\n";
$filename = __DIR__."/fgets_variation4.tmp";
$filename = __DIR__."/fgets_variation6.tmp";
foreach($file_modes as $file_mode) {
echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";