Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40790 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4907 invoked from network); 29 Sep 2008 18:02:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2008 18:02:40 -0000 X-Host-Fingerprint: 85.21.236.169 xdmitri.dialup.corbina.ru Received: from [85.21.236.169] ([85.21.236.169:25656] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/23-36431-E3811E84 for ; Mon, 29 Sep 2008 14:02:39 -0400 Message-ID: To: internals@lists.php.net References: <9E3A4397-3595-42D8-BF73-7F7575B93772@pooteeweet.org> <9b3df6a50809290905w3ef8bee7jde8f34e0ad1c9ffd@mail.gmail.com> <200809291835.45551.et@php.net> <200809291924.55553.lew21st@gmail.com> Date: Mon, 29 Sep 2008 22:02:36 +0400 Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original X-Posted-By: 85.21.236.169 Subject: Re: [PHP-DEV] alpha3 From: dmda@yandex.ru ("jvlad") > > > 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? No. Will anybody from this list write such > code? You may want to write $a = $b?A:B:C and how would php compiler resolve A:B:C? A:B vs C or A vs B:C? To me it's better to stay with ::