Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92602 invoked from network); 29 Sep 2008 17:28:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2008 17:28:43 -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.128.187 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.128.187 fk-out-0910.google.com Received: from [209.85.128.187] ([209.85.128.187:41784] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/90-36431-A4011E84 for ; Mon, 29 Sep 2008 13:28:42 -0400 Received: by fk-out-0910.google.com with SMTP id 18so2215822fks.7 for ; Mon, 29 Sep 2008 10:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=dDSVD6FlREVFeCVfd1gt2/nT43QXKrKHx33X0rkmmJY=; b=VXhaVh01wvSWQSsK626WXYKWsRdLC2o++kZTDPb6kFV2WinbiNQWQ2Qd9QJmsHg03V SOrMus9m99MtH4u+cK+EOASHakJ16AFADnGpJbri9Y+WHA9+niui/6SsMqVmSvrH9/5E Vkg1r/ocXhxYwP+YZqiiq8D5lKlIH+TXwTP/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=HgUU6JjM6/ZsE4j3qc4uxcdzCg86D5q5ntsf2h9cxLtITBjo+Vss2WA2B2F0T9z8lR wfBTHcTPakrclfXAik542ol6BJ3JGb9JYdvRFENYMGrYI0yQfk7YOzhSLgJ8DEqIZo41 TjVSTiZfqGf85iKFTNzteRdbI8w83qcmai6OI= Received: by 10.187.230.4 with SMTP id h4mr727715far.12.1222709319524; Mon, 29 Sep 2008 10:28:39 -0700 (PDT) Received: from pecet.localnet (ip-89.171.103.226.crowley.pl [89.171.103.226]) by mx.google.com with ESMTPS id k7sm542556nfh.17.2008.09.29.10.28.37 (version=SSLv3 cipher=RC4-MD5); Mon, 29 Sep 2008 10:28:38 -0700 (PDT) To: Stefan Walk Date: Mon, 29 Sep 2008 19:24:54 +0200 User-Agent: KMail/1.10.1 (Linux/2.6.25.16-0.1-default; KDE/4.1.2; i686; ; ) Cc: internals@lists.php.net, "Arvids Godjuks" References: <9E3A4397-3595-42D8-BF73-7F7575B93772@pooteeweet.org> <9b3df6a50809290905w3ef8bee7jde8f34e0ad1c9ffd@mail.gmail.com> <200809291835.45551.et@php.net> In-Reply-To: <200809291835.45551.et@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200809291924.55553.lew21st@gmail.com> Subject: Re: [PHP-DEV] alpha3 From: lew21st@gmail.com (Janusz Lewandowski) Monday 29 September 2008 18:35:45 Stefan Walk napisa=C5=82(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 =3D $b?A:B:C:D; Will _you_ write such code? No. Will anybody from this list write such code= ?=20 No. Will any good PHP developer write such code? No. So why do you think=20 that's a problem? It would be a problem only for people writing such code, = and=20 I think that such people will be able to do something stupid with every=20 syntax. PS. Somebody might also write $a =3D $b ? $c ? true : false ? true : false : true; Does it mean, that ternary is bad? Of course not. PS2. *I* *personally* like :: much more than : and I think, that conflictin= g=20 namespaced functions and class functions should just result in an error, as= =20 has Vesselin Kenashkov suggested.