Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10520 invoked from network); 29 Sep 2008 18:08:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2008 18:08:40 -0000 Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.21 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.21 gmp-eb-inf-1.sun.com Solaris 10 (beta) Received: from [192.18.6.21] ([192.18.6.21:38881] helo=gmp-eb-inf-1.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/64-36431-6A911E84 for ; Mon, 29 Sep 2008 14:08:39 -0400 Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12]) by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m8TI8Z2p007820 for ; Mon, 29 Sep 2008 18:08:35 GMT Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K7Y00I01YAG4D00@fe-emea-10.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Mon, 29 Sep 2008 19:08:35 +0100 (BST) Received: from [192.168.1.101] ([82.135.74.106]) by fe-emea-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K7Y0065XYEALD50@fe-emea-10.sun.com>; Mon, 29 Sep 2008 19:08:34 +0100 (BST) Date: Mon, 29 Sep 2008 20:08:32 +0200 In-reply-to: <200809291924.55553.lew21st@gmail.com> Sender: Johannes.Schlueter@Sun.COM To: Janusz Lewandowski Cc: Stefan Walk , internals@lists.php.net, Arvids Godjuks Message-ID: <1222711712.4597.60.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <9E3A4397-3595-42D8-BF73-7F7575B93772@pooteeweet.org> <9b3df6a50809290905w3ef8bee7jde8f34e0ad1c9ffd@mail.gmail.com> <200809291835.45551.et@php.net> <200809291924.55553.lew21st@gmail.com> Subject: Re: [PHP-DEV] alpha3 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2008-09-29 at 19:24 +0200, Janusz Lewandowski wrote: > Monday 29 September 2008 18:35:45 Stefan Walk napisaƂ(a): > > On Monday 29 September 2008 18:05:48 Arvids Godjuks wrote: > > > So as prevoius speaker suggested, and I personaly got to conclusion in > > > other thread that ":" is ideal. Short, isn't taken. > > > > $a = $b?A:B:C:D; > > Will _you_ write such code? That's not the point. The point is the parser can't easily identify it - we barely care about namespaces, so someClass :: method ( ) ; is as valid as someClass::method(); independent from the context, same should be true for namespaces and their separator independent from the context. ... but well, that was all discussed multiple times before johannes