Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80965 invoked from network); 8 Sep 2012 18:03:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2012 18:03:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.213.170 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:63229] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/1B-12482-D788B405 for ; Sat, 08 Sep 2012 14:03:42 -0400 Received: by yenl2 with SMTP id l2so214078yen.29 for ; Sat, 08 Sep 2012 11:03:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to :x-gm-message-state; bh=Nb+j23cmPhKJBSbVPSSUkK2DTIfGopr2pLCArR0GOfM=; b=lRAmRFLf1YoOw1P35JlhSojsnQeZ/pWx7vwCtDj5UZkegfhGRBHnppI0Sh2sHNyhK7 HL3+Ejf9jzK6lr2jqQgJqiycRqQ0rZ8dUnY74uqrY9xvEg0AioZxhLm7jcGtdZ331Hel DD1WqlgJuZtwzmtFgvlpfFRXzvWdQ9Kh0aagi4CL9TO5OvZNLwZM7Y2hP0DVvNvm/1JZ /WrVKqpJw7bZCJ/CkuDK4xTdicjQjNrSGRmvqVx0dMGJ0aQbZ4N2IeYrsYYJrMoIcjcc cvfh/VFUL119DegXhT5648Puce61omKcncz8UHDLu0XHhOA7MeJVamK3M4XDCdJOyru0 FDfg== Received: by 10.236.125.133 with SMTP id z5mr8047428yhh.121.1347127418626; Sat, 08 Sep 2012 11:03:38 -0700 (PDT) Received: from [10.41.192.75] (mobile-166-147-115-196.mycingular.net. [166.147.115.196]) by mx.google.com with ESMTPS id a4sm7443007anm.14.2012.09.08.11.03.37 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Sep 2012 11:03:37 -0700 (PDT) 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> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Message-ID: <522FC4EF-C0BA-4268-BF4C-8856A14120B1@ralphschindler.com> Cc: Lars Strojny X-Mailer: iPhone Mail (9B206) Date: Sat, 8 Sep 2012 13:03:33 -0500 To: "internals@lists.php.net" X-Gm-Message-State: ALoCoQmiilti7uTV7TpU+BRzLBqbgS6d5RW+qEVbZrzdsn9DWW7QH+ZTcxZpzig/qRbCOF27S2u8 Subject: Re: [PHP-DEV] New Feature: Fully qualified class name resolution as scalar with class keyword From: ralph@ralphschindler.com (Ralph Schindler) > What I find absolutely confusing is the use of Class vs. CLASS vs. class f= or constant names. Let=E2=80=99s limit the translation to FQCN. I will clean up the proposal make the examples more consistent (all lower ca= se). It's worth noting though, that this is reusing the reserved keyword "c= lass" which is case insensitive, so like you class declaration, any casing w= ill work. -ralph=