moriyoshi Wed Jul 2 11:43:44 2003 EDT Modified files: /php-src/ext/standard/tests/file bug22382.phpt Log: s/cvs/csv/ :) Index: php-src/ext/standard/tests/file/bug22382.phpt diff -u php-src/ext/standard/tests/file/bug22382.phpt:1.1 php-src/ext/standard/tests/file/bug22382.phpt:1.2 --- php-src/ext/standard/tests/file/bug22382.phpt:1.1 Sun Feb 23 22:13:25 2003 +++ php-src/ext/standard/tests/file/bug22382.phpt Wed Jul 2 11:43:44 2003 @@ -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 @@ string(2) "\\" [5]=> string(28) "\\\\\\\\\\\\\\\\\\\\\\\"\\\\" -} \ No newline at end of file +}
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php