Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51942 invoked by uid 1010); 12 Feb 2008 14:18:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51905 invoked from network); 12 Feb 2008 14:18:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2008 14:18:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=zoe.slattery@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zoe.slattery@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 64.233.166.182 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: 64.233.166.182 py-out-1112.google.com Received: from [64.233.166.182] ([64.233.166.182:47482] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/EE-36990-38AA1B74 for ; Tue, 12 Feb 2008 09:17:41 -0500 Received: by py-out-1112.google.com with SMTP id u77so5345235pyb.16 for ; Tue, 12 Feb 2008 06:17:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=iMwaQDfaWJeTU08VaGOQGUoRFXxTe4RTcROe3ogqk5U=; b=SDau05geYeNtN2Zd1GyKAbNiwEU+KL9z7dR5TlkQrwaKb2H7LgllaToUpAQFXxr2ihjKF3Fi5XrzoVw+PxJYEsNEZD8r9RbKLHulWValSwCxwfZwgyCCGUxoAqtJCRuiaR8M4vQLWIljR/PWmoj9jAZ2my8MxVBCuHeMaHNpsls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.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=DHTPyOcjfgZpQhdMecrwUwu/RTKcAQgB3Ot5na2CGKL2OQhxO25LREps3BJTtdeczouGyoBqXJb0DIwp6C1XgDA6gibnr2aBTn/o9QdCrbiPI4VZRPGNXO8zJRI3uv5RWy8Mj/B4G7VcUK0vh9U6sEDKH0ZVJWO/YIPWHG6UWkY= Received: by 10.35.38.17 with SMTP id q17mr1483167pyj.47.1202825856989; Tue, 12 Feb 2008 06:17:36 -0800 (PST) Received: from ?192.168.1.106? ( [81.146.46.168]) by mx.google.com with ESMTPS id i7sm319092nfh.18.2008.02.12.06.17.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Feb 2008 06:17:35 -0800 (PST) Message-ID: <47B1AA79.7060906@googlemail.com> Date: Tue, 12 Feb 2008 14:17:29 +0000 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: "Edward Z. Yang" CC: internals@lists.php.net References: <47ADCF41.7080306@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Updates to the QA pages From: zoe.slattery@googlemail.com (zoe) Edward Z. Yang wrote: >> Some minor grammar picks: >> Thanks - all fixed. > Out of curiosity, I'm wondering why run-tests.php itself can't run a > test file by itself. > > It can - in fact that's exactly what it does, run .phpt files. However, sometimes easier and quicker when you are writing the test to run it as a PHP script and look at the output on the screen. Zoe