Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62998 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71050 invoked from network); 14 Sep 2012 08:39:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2012 08:39:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 117.55.227.23 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 117.55.227.23 mta23-data1.ironport1.cbr1.mail-filtering.com.au Received: from [117.55.227.23] ([117.55.227.23:29288] helo=mta23-data1.ironport1.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/49-31416-C4DE2505 for ; Fri, 14 Sep 2012 04:39:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4PAGLsUlCva78L/2dsb2JhbABFhge1c4EHBAMBghgBAQUjVRELDQsCAgUWCwICCQMCAQIBRRMGAgEBiAioJJJ5gSGNDIINgRIDlnSEORMiih+CeA X-IronPort-AV: E=Sophos;i="4.80,422,1344175200"; d="scan'208";a="661325897" Received: from unknown (HELO ju001lcs02.dfw.the-server.com.au) ([175.107.191.11]) by smtp-data2.ironport1.cbr1.mail-filtering.com.au with ESMTP; 14 Sep 2012 18:39:36 +1000 Received: from [27.33.45.210] (port=43423 helo=[192.168.2.104]) by ju001lcs02.dfw.the-server.com.au with esmtpa (Exim 4.77) (envelope-from ) id 1TCRR0-001YZd-Et for internals@lists.php.net; Fri, 14 Sep 2012 18:39:34 +1000 Message-ID: <5052ED65.7020200@rotorised.com> Date: Fri, 14 Sep 2012 18:40:05 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <504F4D33.4070306@ralphschindler.com> <5051968E.7030908@zend.com> <5052474B.5050706@ralphschindler.com> <5052E5EC.2030103@zend.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] ::class feature to resolve namespaced class names to scalars From: lists@rotorised.com (Ryan McCue) Patrick ALLAERT wrote: > 2012/9/14 Dmitry Stogov : >> Finally, may be SOMETHING::__CLASS__ is a bit more clear than >> SOMETHING::class. > > That is the reason why I voted "no", but more because of the token > used than the feature. > I previously stated that I preferred __CLASS__ as well to be more in > line with what we currently have, I haven't changed my mind since the > arguments provided didn't convinced me at all. I somewhat agree; using __CLASS__ would make it more obvious that it's compile-time rather than runtime, IMO. -- Ryan McCue