]> granicus.if.org Git - php/commitdiff
MFH(r-1.4, r-1.2): s/cvs/csv/
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 2 Jul 2003 17:09:26 +0000 (17:09 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 2 Jul 2003 17:09:26 +0000 (17:09 +0000)
ext/standard/tests/file/bug12556.phpt
ext/standard/tests/file/bug22382.phpt

index 6d8763245fcf5cb19e27c4d79c6a4cc54ab022a2..55a06a5d2a8ea773e1ac7695a0a5be50c646aba6 100644 (file)
@@ -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--
index 5255eaf350edd8c139b27548e06d49c443633382..31c806022b75ddae3d70994090973f711f802aa3 100644 (file)
@@ -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
+}