Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44231 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83285 invoked from network); 10 Jun 2009 22:13:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2009 22:13:13 -0000 Authentication-Results: pb1.pair.com header.from=paul.biggar@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=paul.biggar@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.92.25 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: paul.biggar@gmail.com X-Host-Fingerprint: 74.125.92.25 qw-out-2122.google.com Received: from [74.125.92.25] ([74.125.92.25:12024] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/C1-07447-9FF203A4 for ; Wed, 10 Jun 2009 18:13:13 -0400 Received: by qw-out-2122.google.com with SMTP id 9so708309qwb.59 for ; Wed, 10 Jun 2009 15:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=tAke5ggT1iPdlMzmUjmoGfReAf005CE4TmO1iY2yDl8=; b=LSIdj9ABYusiGLojdOtuvTTATlQNDAjVG8jUxfkwM+SfBKDj7kV48jFMF8kz+oHRuk ZuVZAClO2/FG3ivUFzrHxYoYwfDtGSoQ0OOW+rAe00qosmyiUFVO9hrboyqsS90pKp29 YXzM3ILlsKaHkHa2GVIYVuEeebpDLvftZZID4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uyLBy35WLJdpYDOSNA1mKInwLHtUb90CXDbreehhDQnUZw2kfFo/DWucdwOHL9PQHS UO8mpiaIVoZYm8I3dX8u3F72KxOPbH3OQA5rmpXmk0mZtoYbY2X9bsExskVEp6Catp0z UP8cW+51zfJsj2u6pGhP4O//QI+gvI8UXLhyU= MIME-Version: 1.0 Received: by 10.231.16.134 with SMTP id o6mr873936iba.11.1244671990286; Wed, 10 Jun 2009 15:13:10 -0700 (PDT) In-Reply-To: References: <1244645012.6252.110.camel@goldfinger> <40FA7DAAEDB842BDA8AB74CC7FF1164F@PC3EE1F19287> Date: Wed, 10 Jun 2009 23:12:50 +0100 Message-ID: To: Nuno Lopes Cc: Guilherme Blanco , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Last steps towards 5.3.0 From: paul.biggar@gmail.com (Paul Biggar) On Wed, Jun 10, 2009 at 11:10 PM, Paul Biggar wrote: > I wrote a tool which automatically. It uses the delta debugging I sent this prematurely. It should read "I wrote a tool which reduces test cases automatically." > algorithm, but is very much faster than delta, since it knows how PHP > works. I hope its also easier to use - you basically write a function > which takes source code, and returns true if the bug is still present. > > Its at http://code.google.com/p/phc/source/browse/trunk/test/framework/reduce/Reduce.php. > You need to a copy of phc (phpcompiler.org) as well. The usage is > explained in the comments. I've used it a lot, but I've only just made > it work more generally. Please report any problems to me. > > > Paul > > > -- > Paul Biggar > paul.biggar@gmail.com > -- Paul Biggar paul.biggar@gmail.com