Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75713 invoked from network); 15 Oct 2008 21:23:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2008 21:23:18 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:40505] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/47-39277-34F56F84 for ; Wed, 15 Oct 2008 17:23:16 -0400 Received: by fg-out-1718.google.com with SMTP id 16so84065fgg.23 for ; Wed, 15 Oct 2008 14:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/STSArwD78MmN8AlgwWwBGS3AVZFlV+eIBGmwBOicBs=; b=Ct28zxKYxhh7RNlmtf8lct6Tsz9738bext39lK4yAWywFwMlNN5h2+qtEETq/X6SQW D02+usDkfPZGGCIxi/m5O4cHINJqsJ5PRBAoC75cUQiRwFrYf2qGX26z85kl2VBAg1Y3 6+dD5UsTwhOfds5Thfy8GpgXVOfFb2xzrY6GQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tQL8DcV4wwwfLZPrtZd/2Wu9O19RMPbzBaJfLSs2lmt9uiIgDSvs4OmIp9NAQnzdSf SiVnh7W116disi8DGemcbFopRtIJTAc6BasNnYjKnqzIEeLfpxgtF3mpTqaSVkiH+IPJ +XvhgLYljeJPCbp3lyI+t9fPsP4kb3rIc+9YU= Received: by 10.187.248.10 with SMTP id a10mr170163fas.98.1224105792779; Wed, 15 Oct 2008 14:23:12 -0700 (PDT) Received: by 10.187.218.19 with HTTP; Wed, 15 Oct 2008 14:23:12 -0700 (PDT) Message-ID: <2dedb8a0810151423s57c9d4c9j3132bd57c1f1660e@mail.gmail.com> Date: Wed, 15 Oct 2008 23:23:12 +0200 To: "Diego Feitosa" Cc: "Guilherme Blanco" , "Ryan Panning" , internals@lists.php.net In-Reply-To: <2671cb7a0810151217k5b83236el64652827eba8a5e1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <696583.1217.qm@web707.biz.mail.mud.yahoo.com> <31748C8A-66EA-4A27-9E27-486A4C398F5D@pooteeweet.org> <018401c92e41$ef89b0a0$3ffc1f3e@foxbox> <698DE66518E7CA45812BD18E807866CE021B6406@us-ex1.zend.net> <7f3ed2c30810150506p426a5e84wfea92d3a5d78960c@mail.gmail.com> <1F.01.19544.F55F5F84@pb1.pair.com> <2671cb7a0810151217k5b83236el64652827eba8a5e1@mail.gmail.com> Subject: Re: [PHP-DEV] namespaces and alpha3 From: kalle.php@gmail.com ("Kalle Sommer Nielsen") 2008/10/15 Diego Feitosa : > > > Or even > > use my::cool::namespace#GregsNamespaceElement Because # is a comment, other solutions for unused operators is a better choice IF the double colon operator has to be changed in namespaces. > > I couldn't understand why Greg's proposal wasn't accepted... > > -- > Diego Feitosa > www.dnfeitosa.com > > Caelum - Ensino e Solu=E7=F5es em Java > diego.feitosa@caelum.com.br > www.caelum.com.br > --=20 Kalle Sommer Nielsen