Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89159 invoked from network); 11 Aug 2010 12:12:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2010 12:12:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=jbondc@openmv.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jbondc@openmv.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain openmv.com from 64.15.152.204 cause and error) X-PHP-List-Original-Sender: jbondc@openmv.com X-Host-Fingerprint: 64.15.152.204 mail.ca.gdesolutions.com Received: from [64.15.152.204] ([64.15.152.204:58050] helo=mail.ca.gdesolutions.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/13-04429-4A3926C4 for ; Wed, 11 Aug 2010 08:12:21 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id 553875D51; Wed, 11 Aug 2010 08:12:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at gdesolutions.com Received: from mail.ca.gdesolutions.com ([127.0.0.1]) by localhost (mail.ca.gdesolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kV-o3THg4qaC; Wed, 11 Aug 2010 08:12:18 -0400 (EDT) Received: from djbondc (modemcable083.208-56-74.mc.videotron.ca [74.56.208.83]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id BEFF15D1A; Wed, 11 Aug 2010 08:12:17 -0400 (EDT) To: "'Josh Davis'" , "'Arvids Godjuks'" Cc: "'Internals'" References: <1281478269.6608.292.camel@guybrush> In-Reply-To: Date: Wed, 11 Aug 2010 08:12:19 -0400 Message-ID: <003c01cb394e$725d4aa0$5717dfe0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acs45bemEwAiMftQQTOwJTFD52hyQgAaHkkA Content-Language: en-ca Subject: RE: [PHP-DEV] Typehints (was Re: [PHP-DEV] Annoucing PHP 5.4 Alpha 1) From: jbondc@openmv.com ("Jonathan Bond-Caron") On Tue Aug 10 07:42 PM, Josh Davis wrote: > Derick's point was about consistency. The approach described in his > mail is consistent with current syntax and mechanism(s). Current > typehints do not apply any kind of conversion, so treating scalar > hints the same way is consistent with the current mechanism. > It's only consistent in the function declarations but *completely* inconsistent with how the rest of the language works.