Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15537 invoked from network); 10 Jul 2009 13:26:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2009 13:26:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=m2ys4u@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=m2ys4u@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: m2ys4u@gmail.com X-Host-Fingerprint: 209.85.219.228 mail-ew0-f228.google.com Received: from [209.85.219.228] ([209.85.219.228:49119] helo=mail-ew0-f228.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/E8-23850-B91475A4 for ; Fri, 10 Jul 2009 09:26:52 -0400 Received: by ewy28 with SMTP id 28so206714ewy.23 for ; Fri, 10 Jul 2009 06:26:48 -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=eOz3kRgSgXZhrteHEKwJBoEh2QPZ4q2+4tdsU17i59A=; b=wdcARGXVqgUcWTc2RFtvfCAb4InyvCLohbfPmBOnkwwZs9n9XBCKHp5cdz64qF5pAf /L5vcMGTyYlMTB0rry1CixjLzo8AXhBmYZphR49h2V77QCZvqhl/cPxnTI6klrnoQKhj zYjULsSqPQVxV11VGx3swbzf3WtkhWfYaXkeE= 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=n5BPF8Kw8ej+ZNe0KrEfKtwvJvnTiysUQYOsZs8jCeCkB6ukfFCRNkIJFEg4UiF/XV lP8pFbkwIvJ4CP63dqqRIrpuBUCfu1yd7dU1UFwXpHAubzFV+LHMu9mGMYh5+JDf5ITW fOvMnGjgkZvR655fE3ChqauXDLUOHMmQo2HKE= Received: by 10.210.80.17 with SMTP id d17mr1195210ebb.64.1247232407962; Fri, 10 Jul 2009 06:26:47 -0700 (PDT) Received: from ?192.168.1.107? (cpc2-rdng12-0-0-cust242.winn.cable.ntl.com [80.7.4.243]) by mx.google.com with ESMTPS id 5sm2684968eyf.34.2009.07.10.06.26.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Jul 2009 06:26:47 -0700 (PDT) Message-ID: <4A574195.5090809@gmail.com> Date: Fri, 10 Jul 2009 14:26:45 +0100 User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Giovanni Giacobbi CC: troels knak-nielsen , internals@lists.php.net References: <7.0.1.0.2.20090708224156.0ac5a438@zend.com> <312025EF-84D0-4411-A0A7-4F0379C3105F@pooteeweet.org> <22CAD497EA2F476DAECEF9302D0B087A@pc> <98b8086f0907091150r47e7a103jaa50fcf7d5b32186@mail.gmail.com> <4A568B33.9000501@gmail.com> <98b8086f0907091744w7ab598dckc427d0a9484664b2@mail.gmail.com> <20090710102302.GC20283@gerbil.thgnet.it> In-Reply-To: <20090710102302.GC20283@gerbil.thgnet.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Type hinting - Request for Discussion From: m2ys4u@gmail.com (Jack Allnutt) > Please let me state that this is the greatest idea I read since the type hinting discussion began (and the only one I personally like, as I find all the other proposals really disappointing). > +1. This contract system seems to be the best by far.