From: Moriyoshi Koizumi Date: Wed, 2 Jul 2003 17:09:26 +0000 (+0000) Subject: MFH(r-1.4, r-1.2): s/cvs/csv/ X-Git-Tag: php-4.3.3RC2~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aeaad418f4f48d7b14d42beb40c985d6323f7ae;p=php MFH(r-1.4, r-1.2): s/cvs/csv/ --- diff --git a/ext/standard/tests/file/bug12556.phpt b/ext/standard/tests/file/bug12556.phpt index 6d8763245f..55a06a5d2a 100644 --- a/ext/standard/tests/file/bug12556.phpt +++ b/ext/standard/tests/file/bug12556.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #12556: fgetcvs ignores lengths when quotes not closed +Bug #12556 (fgetcsv() ignores lengths when quotes not closed) --POST-- --GET-- --FILE-- diff --git a/ext/standard/tests/file/bug22382.phpt b/ext/standard/tests/file/bug22382.phpt index 5255eaf350..31c806022b 100644 --- a/ext/standard/tests/file/bug22382.phpt +++ b/ext/standard/tests/file/bug22382.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #22382: fgetcvs does not handle escaped quotes correctly +Bug #22382 (fgetcsv() does not handle escaped quotes correctly) --POST-- --GET-- --FILE-- @@ -24,4 +24,4 @@ array(6) { string(2) "\\" [5]=> string(28) "\\\\\\\\\\\\\\\\\\\\\\\"\\\\" -} \ No newline at end of file +}