Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13883 invoked by uid 1010); 29 Oct 2005 23:33:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13868 invoked from network); 29 Oct 2005 23:33:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2005 23:33:18 -0000 X-Host-Fingerprint: 195.188.213.5 smtp-out2.blueyonder.co.uk Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) Received: from ([195.188.213.5:9690] helo=smtp-out2.blueyonder.co.uk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 82/04-02082-DB604634 for ; Sat, 29 Oct 2005 19:33:18 -0400 Received: from [192.168.8.17] ([82.35.45.203]) by smtp-out2.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 30 Oct 2005 00:34:05 +0100 To: internals@lists.php.net Date: Sun, 30 Oct 2005 00:33:23 +0100 User-Agent: KMail/1.8.2 References: <4362C5F4.8090004@safesearching.com> <200510300002.24037.arpad@rajeczy.com> <4e36d31d0510291613r731b24c0x56ca93e4c6427f1@mail.gmail.com> In-Reply-To: <4e36d31d0510291613r731b24c0x56ca93e4c6427f1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200510300033.23148.arpad@rajeczy.com> X-OriginalArrivalTime: 29 Oct 2005 23:34:05.0305 (UTC) FILETIME=[40375E90:01C5DCE1] Subject: Re: [PHP-DEV] what happened to that new isset() like language From: arpad@rajeczy.com (Arpad Ray) Sebastian wrote: > But what about the use of ? as an infix operator? that wouldn't work > out so well because of the ternary ?: > Right, which is why I didn't suggest that. I think Greg's idea of first-existing: is an interesting one (and by the sound of it the most robust). Personally I'd like coalesce() because of the SQL link, but firstset() also appeals to me, being pretty self-explanatory and strongly reminiscent of isset().