Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69025 invoked by uid 1010); 25 Jul 2004 16:22:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68983 invoked from network); 25 Jul 2004 16:22:30 -0000 Received: from unknown (HELO s-utl01-sfpop.stsn.com) (199.107.154.185) by pb1.pair.com with SMTP; 25 Jul 2004 16:22:30 -0000 Received: from sfpop.smtp.stsn.com ([127.0.0.1]) by s-utl01-sfpop.stsn.com (SAVSMTP 3.1.0.29) with SMTP id M2004072509222927020 for ; Sun, 25 Jul 2004 09:22:29 -0700 Received: from localhost ([10.4.203.168]) by sfpop.smtp.stsn.com with Microsoft SMTPSVC(5.0.2195.6713); Sun, 25 Jul 2004 09:22:29 -0700 Date: Sun, 25 Jul 2004 08:21:38 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <949706923.20040725082138@marcus-boerger.de> To: Kamesh Jayachandran CC: internals@lists.php.net In-Reply-To: <1090685456.22916.201000605@webmail.messagingengine.com> References: <1090481119.17884.200852044@webmail.messagingengine.com> <73332734.20040722204731@marcus-boerger.de> <1090685456.22916.201000605@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Jul 2004 16:22:29.0174 (UTC) FILETIME=[947C9D60:01C47263] Subject: Re: [PHP-DEV] [PATCH] tests/classes/factory_and_singleton_010.phpt From: helly@php.net (Marcus Boerger) Hello Kamesh, Saturday, July 24, 2004, 6:10:56 PM, you wrote: > Hello Marcus, > On Thu, 22 Jul 2004 20:47:31 +0200, "Marcus Boerger" > said: >> Hello Kamesh, >> >> can you adapt you test files to ouput a single line before the actual >> script starts by using 'echo "*\n";' for example and see if you get >> a blank line in the output then? >> > I did not get what you mean by this. > Do you want me to go to each test case and add echo '\n'; as the first > executable statement? yes but echo "*\n" would be easier to track > How it will help? It won't help i simply want to see what you get then. regards marcus