Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12552 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34123 invoked by uid 1010); 2 Sep 2004 21:01:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80856 invoked from network); 2 Sep 2004 20:26:21 -0000 Received: from unknown (HELO home.sklar.com) (24.199.89.111) by pb1.pair.com with SMTP; 2 Sep 2004 20:26:21 -0000 Received: from [127.0.0.1] ([127.0.0.1]) by home.sklar.com with Microsoft SMTPSVC(6.0.2600.1106); Thu, 2 Sep 2004 16:26:18 -0400 Message-ID: <413781EA.2000905@sklar.com> Date: Thu, 02 Sep 2004 16:26:18 -0400 User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger CC: internals@lists.php.net References: <411A24C7.9090507@sklar.com> <5176941.20040811204007@marcus-boerger.de> <1853829533.20040901231956@marcus-boerger.de> <413747AF.4020301@sklar.com> <93595154.20040902195211@marcus-boerger.de> In-Reply-To: <93595154.20040902195211@marcus-boerger.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Sep 2004 20:26:18.0371 (UTC) FILETIME=[1A472D30:01C4912B] Subject: Re: [PHP-DEV] fputcsv() From: sklar@sklar.com (David Sklar) Marcus Boerger wrote: > Hello David, > > i looked up the fputcsv() magic in the file manually and agree that this > is fairly correct (as i wrote before). But when i execute the test the > second var_export() is supposed to show the input from the .phpt file. > Unfortunatley i get a FAIL from run-tests.php: > > FAIL various fputcsv() functionality tests [ext/standard/tests/file/fputcsv.phpt] > 040+ 16 => 'aaa,"\\"bbb",ccc', > 041+ 17 => 'aaa"\\"a""","bbb"', > 042+ 18 => '"\\""","aaa"""', > 043+ 19 => '"\\"""",aaa > 044+ ', > 040- 16 => 'aaa,"\\"bbb,ccc', > 041- 17 => 'aaa"\\"a","bbb"', > 042- 18 => '"\\"","aaa"', > 043- 19 => '"\\""",aaa',marcus@frodo /usr/src/php-cvs $ > > Care to look into this (done with current HEAD)? I will poke about in the guts of fgetcsv and see what I can find. There have been some changes to fgetcsv() in the PHP_4_3 branch, perhaps they will fix things. David