Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82926 invoked from network); 20 Sep 2008 21:15:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2008 21:15:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:6748] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/91-65213-0E765D84 for ; Sat, 20 Sep 2008 17:15:13 -0400 Received: by fg-out-1718.google.com with SMTP id 16so1010905fgg.23 for ; Sat, 20 Sep 2008 14:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=g8ivjCgGdnF7te0QNLIiuK+4xaC4/7GuPOC6SB/MiPM=; b=NpEF+K0+CZot0kHjmH6ST0kV02xGwjxIBYERYoX04a2XY0tb6aFlYc0xuhR0dSOgh2 8PT+XeeV1VJEgd4eYEk6LMsaIkTIbCqBzDpp73a5R7YrGxEiku9+kh8wo14FN2ynfII/ dRCrbfWDq1GZd1vaUK3BsDJoUnYkBh22XuE7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XvvfcDEEtj+BRsBtoK2p/KiMYiVWqr5i05sZ1I/DgeEKpt9B+E5l7tywB+98EfhVli +lwN0Zy5bR6oE5S4dYqk+V8gqVRR6gCY6eryMIa5JZrWl/BkMyXyIHGCOjAwLGttqHeQ XeFynnsyq5iW7GuRakVCS6BmFS+M4W6Fs+MgQ= Received: by 10.103.214.8 with SMTP id r8mr1381005muq.64.1221945309557; Sat, 20 Sep 2008 14:15:09 -0700 (PDT) Received: by 10.103.212.17 with HTTP; Sat, 20 Sep 2008 14:15:09 -0700 (PDT) Message-ID: <10845a340809201415t2f9bc867x24a6259e0eb71ae0@mail.gmail.com> Date: Sat, 20 Sep 2008 22:15:09 +0100 Reply-To: RQuadling@GoogleMail.com To: "PHP Internals List" In-Reply-To: <48D53F3F.1070006@cshell.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <962975.69490.qm@web36405.mail.mud.yahoo.com> <6973016.20080920004704@marcus-boerger.de> <48D4FE18.7080404@sci.fi> <21a817cacf54bb91d3a8c8d635ba786d@cshell.gr> <2fd662a00809200927j34a1500dvb6ea7f08a87ebc62@mail.gmail.com> <48D53A19.30102@cshell.gr> <48D53F3F.1070006@cshell.gr> Subject: Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc From: rquadling@googlemail.com ("Richard Quadling") Apropos of nothing, if you are all looking for something to reclaim, then how about dropping # as a comment. We've got block and single line comments already with /* */ and //. Then # could be the namespace separator and solve all these issues about conflicts between namespace::function and class::static. namespace#function() is very much distinguishable to class::static() Richard. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"