From 3aeaad418f4f48d7b14d42beb40c985d6323f7ae Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Wed, 2 Jul 2003 17:09:26 +0000 Subject: [PATCH] MFH(r-1.4, r-1.2): s/cvs/csv/ --- ext/standard/tests/file/bug12556.phpt | 2 +- ext/standard/tests/file/bug22382.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.50.1