Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44742 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85347 invoked from network); 7 Jul 2009 08:52:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 08:52:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:47389] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/11-32019-FBC035A4 for ; Tue, 07 Jul 2009 04:52:16 -0400 Received: by fg-out-1718.google.com with SMTP id e12so1475989fga.0 for ; Tue, 07 Jul 2009 01:52:13 -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 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JXXQqHhIHQFqfQj/WcnqRy7PVMbK+r7VSAkilveuyJU=; b=AjHg8X2BLAQkMkL+EWc5aE9+YvrMg5FKfvb3VX6lhWGYOFGkuPojqzA9Ds0ySBRAq2 M/OmSTvEt27aDjnCNX4Ib/Mj78hZ3MOlCv8HPwoKiND+0ZDsnuttrlfsunKHGN9/x3YC pqpEIJcBdsjf9T+oWEbWsgj2iRClPl94P6thQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=i0ZZsRQTucH/Wbtqtd4Mcu6K5yYj9cDdM25dHoPJGpXp7uTfpKkw1lc/acC1XbrW0j p5jq0uOiUFtVJIVaSTCo2TgzzcQENIJVgFBO9gHMqvW/PLNYMGa51U2lZ/DmaKF2zUH4 ajB0aF0YX7LGTl0++y0vwcvsjxV7oU3xH1WPs= MIME-Version: 1.0 Received: by 10.86.28.16 with SMTP id b16mr2356968fgb.53.1246956733120; Tue, 07 Jul 2009 01:52:13 -0700 (PDT) In-Reply-To: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> Date: Tue, 7 Jul 2009 10:52:13 +0200 Message-ID: <7f3ed2c30907070152y9d986f0tc4d419a7b3e7fa87@mail.gmail.com> To: Ilia Alshanetsky Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Type hinting/casting request for vote From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jul 7, 2009 at 02:52, Ilia Alshanetsky wrote: > The final patch is available here: http://ilia.ws/patch/type_hint_53_v2.txt > The test suit is available here: http://ia.gd/patch/type_hint_tests.tar.bz2 +1 -Hannes