Skip to content

Commit d924b42

Browse files
committed
Fix file clash in fgetcsv test
1 parent e58e2fd commit d924b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/bug53848.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bug #53848 (fgetcsv removes leading spaces from fields)
33
--FILE--
44
<?php
5-
$file = __DIR__ . "/bug39538.csv";
5+
$file = __DIR__ . "/bug53848.csv";
66
@unlink($file);
77
file_put_contents($file, "a,b\n c, d");
88
$fp = fopen($file, "r");

0 commit comments

Comments
 (0)