Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:26545 php.internals:26546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20801 invoked by uid 1010); 14 Nov 2006 03:09:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20786 invoked from network); 14 Nov 2006 03:09:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2006 03:09:22 -0000 X-Host-Fingerprint: 70.149.56.82 adsl-149-56-82.mia.bellsouth.net Received: from [70.149.56.82] ([70.149.56.82:27904] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/16-60788-16339554 for ; Mon, 13 Nov 2006 22:09:21 -0500 To: internals@lists.php.net,Marcus Boerger Message-ID: <4559335F.1040903@gmail.com> Date: Mon, 13 Nov 2006 22:09:19 -0500 User-Agent: Thunderbird 1.5.0.7 (X11/20060913) MIME-Version: 1.0 CC: internals@lists.php.net References: <4554AE0D.4080600@caedmon.net> <99.20.32592.5ED45554@pb1.pair.com> <19674119.20061111112203@marcus-boerger.de> <3D.90.24000.85F66554@pb1.pair.com> <1425479062.20061112150428@marcus-boerger.de> In-Reply-To: <1425479062.20061112150428@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 70.149.56.82 Subject: Re: [PHP-DEV] Re: Namespaces in PHP 6 - ++$take From: jrhernandez05@gmail.com (Jessie Hernandez) Hi Marcus, Can you please clarify where the conflicts will occur if only classes are allowed in namespaces? Best regards, Jessie Hernandez Marcus Boerger wrote: > Hello Jessie, > > we already have consts in our classes, if you look close then you will see > that the table does not conatain 'namespace:const' but only 'namespace:class' > and still there are conflicts already. > > best regards > marcus > > Sunday, November 12, 2006, 1:48:22 AM, you wrote: > >> Hi Marcus, > >> As I said, I wanted to only enable classes inside namespaces, and NOT >> allow functions or constants. class::const would stay the same, so there >> are no conflicts. > >