Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16516 invoked by uid 1010); 14 May 2007 16:44:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16501 invoked from network); 14 May 2007 16:44:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2007 16:44:01 -0000 Authentication-Results: pb1.pair.com header.from=zoe.slattery@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=zoe.slattery@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.132.241 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: zoe.slattery@googlemail.com X-Host-Fingerprint: 209.85.132.241 an-out-0708.google.com Received: from [209.85.132.241] ([209.85.132.241:37142] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/C0-33353-FC198464 for ; Mon, 14 May 2007 12:44:01 -0400 Received: by an-out-0708.google.com with SMTP id d31so426607and for ; Mon, 14 May 2007 09:43:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=FQvKvpKpltTnkoBcWOAoYLd/yvAehxYdMQqLxUa/fRh0R59+muq8Qh1K2coLAQsk6SBKtRuubnbKu1j/FyDIlAvHNXYO1aIOoaq4BgwLxCj8qPvLrCNIKG3zoSES+m7zW6j2Adm+E/AjfA/GA0lJztuDA7ZzJfHZU1UXh9NVgJE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=Famy3Ad9QS17VXxLCzz2lZygaAJQzEZz4FC9g+qdHCceES3uBRw9zmtcVheaIwiJ6zz4tnkOisTaaNddgo47jX5ZccYLY0VUvirBKPHPnJ28QOBtMOcxyRQTFP6Pki/r+78gT4xgJoMe4kZhfRzqjCAAndWEeMTkXNIoolZm+aI= Received: by 10.101.71.16 with SMTP id y16mr4648915ank.1179161036270; Mon, 14 May 2007 09:43:56 -0700 (PDT) Received: from ?9.20.191.73? ( [195.212.29.75]) by mx.google.com with ESMTP id c27sm30369805ana.2007.05.14.09.43.54; Mon, 14 May 2007 09:43:55 -0700 (PDT) Message-ID: <464891C7.3040806@googlemail.com> Date: Mon, 14 May 2007 17:43:51 +0100 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: internals@lists.php.net CC: antony@zend.com, kraghuba@in.ibm.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Tests - and a question From: zoe.slattery@googlemail.com (Zoe Slattery) Hi all We added a few tests for array, string and variable handling functions at the weekend. As always - any feedback will be welcome. One thing we had some difficulty with was keeping the test output small enough to be easily read. We chose to divide up tests like this: test_name_b.phpt b=basic function test_name_v.phpt v=variation test_name_e.phpt e=error cases test_name_o.phpt o=object specific This may not be the right scheme and I'm happy to change it if anyone has better suggestions, although it is useful to seperate out the error case tests because quite a lot of the differences between php5 and php6 seem to be in the exact form of the error message. Using this doesn't completely solve the problem anyway - I think some of the "v" tests will will end up being test_name_v1, test_name_v2 etc. Thanks, Zoe IBM UK