Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7790 invoked from network); 16 May 2009 07:36:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2009 07:36:43 -0000 Authentication-Results: pb1.pair.com header.from=swestcott@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=swestcott@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.78.24 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: swestcott@gmail.com X-Host-Fingerprint: 74.125.78.24 ey-out-2122.google.com Received: from [74.125.78.24] ([74.125.78.24:10693] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/54-12138-A0D6E0A4 for ; Sat, 16 May 2009 03:36:43 -0400 Received: by ey-out-2122.google.com with SMTP id 22so673181eye.59 for ; Sat, 16 May 2009 00:36:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=wzSIsWPqq5jckrUUrqHH9xngWP+B3FLzSAFgLOJ7mnM=; b=TntEhQZnu1llMuerAlgevGFTPcwvEoK3WgHxrX9IQ9heRrfttwtfAnoSNzucaGkOLD qXLhDBQ41o7Ts9tTdXEnOlO5FwqFj7Al3m+qRDEpTFJjtf2F0UEsfRgWX7RHAz7ZkQBY 4r+aUlUHqn/FkSGy6P2Y2XshTrMivicQAXg60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=YSg9ySBoGNRzgtwLfk3y/5CSWwaYyphz6K9bi4p/NYvwFRF6/0zPZ/hJaX8gfb0JRi okpI53Y42n6F5ip3hPv/CWN/Bg033IQKcLdl/IAITJ5/NQkg1CI1/fzUmY6u6G8HQf94 2hvIs4doznLxKvTTNwTuegR/dqCFE7lSLhWh8= Received: by 10.210.87.11 with SMTP id k11mr5042661ebb.91.1242459399668; Sat, 16 May 2009 00:36:39 -0700 (PDT) Received: from ?192.168.0.2? (host86-150-170-96.range86-150.btcentralplus.com [86.150.170.96]) by mx.google.com with ESMTPS id 7sm2695265eyg.17.2009.05.16.00.36.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 16 May 2009 00:36:38 -0700 (PDT) Message-ID: <4A0E6D03.7000801@gmail.com> Date: Sat, 16 May 2009 08:36:35 +0100 User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Christopher Jones CC: internals@lists.php.net References: <10.2A.54546.ECEC00A4@pb1.pair.com> <4A0D9CEF.6060504@oracle.com> In-Reply-To: <4A0D9CEF.6060504@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] First test submission and comment correction From: swestcott@gmail.com (Simon Westcott) Christopher Jones wrote: > Hi Simon, > > Welcome! > > I've merged these for you. I added an exit() block to the test. See > the "Last bit" section in http://qa.php.net/write-test.php > > Let us know if you have any questions or if there's anyway we can help > you. What parts of PHP are you looking at now? > > Chris Hi Chris, Thanks for accepting and the feedback. Following on from the successful NorthWestUG testfest, I'm continuing to focus on SPL and currently have 24 tests awaiting review in the testfest SVN repo (with the CREDITS section :) ). Once this repo is shutdown (in June?) I'd like to find out more about test review process with the view to applying for a CVS account. Also, thanks to Pierre for answering some zend_parse_parameters questions the other night. Regards, Simon Westcott