Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87315 invoked from network); 13 Jul 2011 16:53:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2011 16:53:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:37063] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/01-16314-79DCD1E4 for ; Wed, 13 Jul 2011 12:53:44 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id D4AA2DE14A; Wed, 13 Jul 2011 17:53:39 +0100 (BST) Date: Wed, 13 Jul 2011 17:53:39 +0100 (BST) X-X-Sender: derick@whisky To: Stas Malyshev cc: Patrick ALLAERT , PHP Internals In-Reply-To: <4E1A012F.3030703@sugarcrm.com> Message-ID: References: <4E1A012F.3030703@sugarcrm.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Make primitive type names reserved words (Was: Re: [PHP-DEV] [RFC] 5.4 features for vote (long)) From: derick@php.net (Derick Rethans) On Sun, 10 Jul 2011, Stas Malyshev wrote: > Hi! > > On 7/10/11 9:41 AM, Patrick ALLAERT wrote: > > I'm sure some projects have defined classes with those keywords in > > some namespace (to ensure they wouldn't conflict with possible PHP > > built-in stuff) like in: > > > > namespace \Types { > > class Int { > > // ... > > } > > class Float { > > // ... > > } > > class String { > > // ... > > } > > // ... > > } > > We probably can do it so String is OK, but string is not. Are you suggesting to make class names case sensitive now? I don't think that that's what you meant, but it clearly shows that the "probably can" is "cannot" in your sentence above. cheers, Derick