From ed033faaecff86ff2d241dff04c9d3b872c7f3c8 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Wed, 2 Jul 2003 15:43:44 +0000 Subject: [PATCH] s/cvs/csv/ :) --- ext/standard/tests/file/bug22382.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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