From: Pierre Joye Date: Thu, 8 Sep 2011 16:10:07 +0000 (+0000) Subject: - force LF X-Git-Tag: php-5.5.0alpha1~1211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59571f6fce6038872dd4f376d9a7d51ac5ec05b4;p=php - force LF --- diff --git a/ext/spl/tests/SplFileObject_fputcsv_002.phpt b/ext/spl/tests/SplFileObject_fputcsv_002.phpt index 1e8f4c319f..ded467d7b7 100644 --- a/ext/spl/tests/SplFileObject_fputcsv_002.phpt +++ b/ext/spl/tests/SplFileObject_fputcsv_002.phpt @@ -2,7 +2,7 @@ SplFileObject::fputcsv(): Checking data after calling the function --FILE-- fputcsv(array('water', 'fruit'), ',,', '"')); diff --git a/ext/spl/tests/SplFileObject_fputcsv_variation14.phpt b/ext/spl/tests/SplFileObject_fputcsv_variation14.phpt index aa828ca0c7..6d1cc58486 100644 --- a/ext/spl/tests/SplFileObject_fputcsv_variation14.phpt +++ b/ext/spl/tests/SplFileObject_fputcsv_variation14.phpt @@ -8,7 +8,7 @@ Test fputcsv() : usage variations - with enclosure & delimiter of two chars echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***\n"; -$fo = new SplFileObject('SplFileObject::fputcsv.csv', 'w'); +$fo = new SplFileObject('SplFileObject_fputcsv.csv', 'w'); var_dump($fo->fputcsv(array('water', 'fruit'), ',,', '""'));