mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Fix file clash in fgetcsv test
This commit is contained in:
parent
e58e2fd0d4
commit
d924b426c9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Bug #53848 (fgetcsv removes leading spaces from fields)
|
||||
--FILE--
|
||||
<?php
|
||||
$file = __DIR__ . "/bug39538.csv";
|
||||
$file = __DIR__ . "/bug53848.csv";
|
||||
@unlink($file);
|
||||
file_put_contents($file, "a,b\n c, d");
|
||||
$fp = fopen($file, "r");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue