Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57940 invoked from network); 22 Sep 2008 20:02:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2008 20:02:40 -0000 Authentication-Results: pb1.pair.com header.from=lew21st@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=lew21st@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: lew21st@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:38218] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/33-42380-DD9F7D84 for ; Mon, 22 Sep 2008 16:02:40 -0400 Received: by gxk7 with SMTP id 7so3444928gxk.23 for ; Mon, 22 Sep 2008 13:02:35 -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=f32ecT4ynWL+XH+qYzT3HhkTHnIlkVIJ+/IppcwcZ3o=; b=f8opJYvC2ogwnp/ZA2ytY+15qnyGaWoHb+23M8Ei2TKC8jfTDtjno7KVAx4aoLhNr8 egi7gdt73TqM7URwaPCd7czNU3O48fzhpzigKQIbgvyFLvY9IPEp4xxFxrf3fRiwMGQq nvp2vjDQuMt8V+XLWxv+VVLT0bi176ogANjEk= 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=DQ+M4ED9FF7JXn1TWw0MXNLuDTO1na26u8fjgylBngZWzV6tb7mAcKQngMJNFZzh7u 0KBl+ch2FiYV1jelZktX2Uv8Vz6Gkib5vXWv0qtjeRut6PEMQ00rqtROefhM1K2Lo/5N Xj8fw23XmELjW88lbSKsgeEboUaO+TYHJ6o9w= Received: by 10.142.156.2 with SMTP id d2mr1599393wfe.321.1222113754607; Mon, 22 Sep 2008 13:02:34 -0700 (PDT) Received: by 10.142.166.4 with HTTP; Mon, 22 Sep 2008 13:02:34 -0700 (PDT) Message-ID: <353f2c6f0809221302k6c8bda99k60f0a8dbc230bb30@mail.gmail.com> Date: Mon, 22 Sep 2008 22:02:34 +0200 To: "Greg Beaver" Cc: internals@lists.php.net In-Reply-To: <48D47532.8080102@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48D47532.8080102@chiaraquartet.net> Subject: Re: [PHP-DEV] solving the namespace conflict issues between function/static method class constant/ns constant From: lew21st@gmail.com ("Janusz Lewandowski") Having conflicting names of namespaces and classes is a idea bad from the ground, and it should not be allowed. PHP should trigger a fatal error when it sees it. Having two things with the same name is unnatural and unneeded. Syntax with -> is unnatural and unreadable. -> is for working with objects, not for doing such odd things with namespaces. If you will do this change in PHP, I will never use namespaces in PHP, and I will start to look for a new language. Probably not only me. Janusz Lewandowski