Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7783 invoked by uid 1010); 9 Jul 2004 07:58:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7744 invoked from network); 9 Jul 2004 07:58:34 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 9 Jul 2004 07:58:34 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i697wYXh021225 for ; Fri, 9 Jul 2004 09:58:34 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i697wS9N021206; Fri, 9 Jul 2004 09:58:30 +0200 Date: Fri, 9 Jul 2004 09:58:28 +0200 (CEST) X-X-Sender: derick@localhost To: Marc Richards cc: internals@lists.php.net In-Reply-To: <20040708233640.83169.qmail@pb1.pair.com> Message-ID: References: <5.1.0.14.0.20040707203931.02fa6200@mail.ionzoft.com> <40ED64A0.7050305@cschneid.com> <20040708151952.92187.qmail@pb1.pair.com> <20040708215205.23281.qmail@pb1.pair.com> <40EDD2D5.60707@php.net> <20040708231043.92522.qmail@pb1.pair.com> <40EDD58E.4040609@php.net> <20040708233640.83169.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] what happened to that new isset() like language From: derick@php.net (Derick Rethans) On Thu, 8 Jul 2004, Marc Richards wrote: > Right. Sorry. I meant. > > $a = isset($b) ? $b : $c; > > > But my point is that you won't be FORCED to use the new operator, just > like you aren't FORCED to use +=. I think it simply boils down to this: - PHP *developers* want a function for it. regards, Derick