Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91808 invoked from network); 8 Sep 2012 19:27:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2012 19:27:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain strojny.net from 46.4.40.248 cause and error) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 46.4.40.248 milch.schokokeks.org Received: from [46.4.40.248] ([46.4.40.248:51122] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/7C-12482-B2C9B405 for ; Sat, 08 Sep 2012 15:27:40 -0400 Received: from [192.168.178.32] (ppp-188-174-18-174.dynamic.mnet-online.de [::ffff:188.174.18.174]) (AUTH: PLAIN lars@schokokeks.org, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by milch.schokokeks.org with ESMTPSA; Sat, 08 Sep 2012 21:27:38 +0200 id 0000000000000023.00000000504B9C2B.00005055 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) In-Reply-To: <522FC4EF-C0BA-4268-BF4C-8856A14120B1@ralphschindler.com> Date: Sat, 8 Sep 2012 21:27:37 +0200 Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: References: <4F89D4F1.8070009@ralphschindler.com> <4F8CEB3B.4080702@ralphschindler.com> <4F8DA14F.1030204@sugarcrm.com> <4F8DCAC7.2050302@ralphschindler.com> <4F8DF2B6.4030709@sugarcrm.com> <4F8DFB17.7030509@sugarcrm.com> <4F8F1D0C.2030904@sugarcrm.com> <504AD3C8.5090000@ralphschindler.com> <522FC4EF-C0BA-4268-BF4C-8856A14120B1@ralphschindler.com> To: Ralph Schindler X-Mailer: Apple Mail (2.1486) Subject: Re: [PHP-DEV] New Feature: Fully qualified class name resolution as scalar with class keyword From: lars@strojny.net (Lars Strojny) Hi Ralph, Am 08.09.2012 um 20:03 schrieb Ralph Schindler = : [...] >> What I find absolutely confusing is the use of Class vs. CLASS vs. = class for constant names. Let=92s limit the translation to FQCN. >=20 > I will clean up the proposal make the examples more consistent (all = lower case). It's worth noting though, that this is reusing the = reserved keyword "class" which is case insensitive, so like you class = declaration, any casing will work. Is see, looks like I misunderstood that part of the proposal as I though = you were planning different behavior for different casing. cu, Lars=