Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38487 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81137 invoked from network); 20 Jun 2008 18:39:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2008 18:39:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=sam@sambarrow.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sam@sambarrow.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sambarrow.com from 208.70.128.104 cause and error) X-PHP-List-Original-Sender: sam@sambarrow.com X-Host-Fingerprint: 208.70.128.104 smtp-gw78.mailanyone.net Received: from [208.70.128.104] ([208.70.128.104:48093] helo=smtp-gw78.mailanyone.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/BD-12821-A69FB584 for ; Fri, 20 Jun 2008 14:39:38 -0400 Received: from mailanyone.net by smtp-gw78.mailanyone.net with esmtpsa (TLSv1:AES256-SHA:256) (MailAnyone extSMTP sam@sambarrow.com) id 1K9lWJ-0005Cv-Hy; Fri, 20 Jun 2008 13:39:35 -0500 To: Timm Friebe Cc: internals@lists.php.net In-Reply-To: References: <46ccd1ab0804170742g142ed562t4f03339da549a820@mail.gmail.com> <02bb01c8cecc$76b73eb0$14b2a8c0@kartofel> <1213563678.12801.0.camel@desktop> Content-Type: text/plain Date: Fri, 20 Jun 2008 14:39:44 -0400 Message-ID: <1213987184.2530.0.camel@desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Strict type hints (parameter and return value) From: sam@sambarrow.com (Sam Barrow) On Thu, 2008-06-19 at 20:07 +0200, Timm Friebe wrote: > Hi, > > >> I like this generally, but cannot live with the BC issues raised. > >> Introducing all type names as keywords will make "class Object", "class > >> Integer" and so on give a syntax error. > > > > That's actually not true, the patch does not introduce new keywords. > > Hrm, the Wiki states it does: > > http://wiki.php.net/rfc/typehint#bc_break1 > > If this can be worked out by other means, cool:) Sorry, you're right. I was talking about my patch for argument type hints, it doesn't create any new keywords. > - Timm >