diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-06 11:24:21 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-06 11:24:21 +0000 |
commit | efc45f8b6013154cc399e2dd34883186be70d79b (patch) | |
tree | 2b30047b72340a59cca6b53c1f4b1d9ca5a8f50b | |
parent | 52124aa09c63d920f70b88599d567f7fb9a81881 (diff) | |
download | php-git-efc45f8b6013154cc399e2dd34883186be70d79b.tar.gz |
- use a more portable name for the filename
-rw-r--r-- | ext/spl/tests/SplFileObject_fputcsv.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFileObject_fputcsv.phpt b/ext/spl/tests/SplFileObject_fputcsv.phpt index d70c304d96..2a42d57479 100644 --- a/ext/spl/tests/SplFileObject_fputcsv.phpt +++ b/ext/spl/tests/SplFileObject_fputcsv.phpt @@ -2,7 +2,7 @@ SplFileObject::fputcsv(): functionality tests --FILE-- <?php -$file = 'SplFileObject::fputcsv.csv'; +$file = 'SplFileObject_fputcsv.csv'; $fo = new SplFileObject($file, 'w'); $list = array ( |