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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user