Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19835 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7482 invoked by uid 1010); 29 Oct 2005 23:13:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7466 invoked from network); 29 Oct 2005 23:13:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2005 23:13:13 -0000 X-Host-Fingerprint: 64.233.162.197 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.197:6345] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4E/33-02082-90204634 for ; Sat, 29 Oct 2005 19:13:13 -0400 Received: by zproxy.gmail.com with SMTP id j2so646998nzf for ; Sat, 29 Oct 2005 16:13:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=olxLOxQCwB5TgipqHMlMPKnrfZqg7DVRnRc8dpvf1+SO9+/g9fsOrgKdJFTkb63b7Xs2mea3mY0zFH5jgbvPMwf+EU86rEJaBY6yKqPAOVNXq5b8NDn0WFH904hQs6sImAeuTiU7LWK6CB765tQivxUSWU9nTE23mdXTgCFZE8I= Received: by 10.64.209.7 with SMTP id h7mr436204qbg; Sat, 29 Oct 2005 16:13:09 -0700 (PDT) Received: by 10.64.183.1 with HTTP; Sat, 29 Oct 2005 16:13:09 -0700 (PDT) Message-ID: <4e36d31d0510291613r731b24c0x56ca93e4c6427f1@mail.gmail.com> Date: Sat, 29 Oct 2005 16:13:09 -0700 To: Arpad Ray Cc: internals@lists.php.net In-Reply-To: <200510300002.24037.arpad@rajeczy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4362C5F4.8090004@safesearching.com> <4e36d31d0510291543p1234a090q1a3bdd1731a43bbd@mail.gmail.com> <4363FBE7.6090201@lerdorf.com> <200510300002.24037.arpad@rajeczy.com> Subject: Re: [PHP-DEV] what happened to that new isset() like language From: buddhahead@gmail.com (Sebastian) But what about the use of ? as an infix operator? that wouldn't work out so well because of the ternary ?: On 10/29/05, Arpad Ray wrote: > For the assign-if-not-set operator, I like the idea of: > > $foo ?=3D 'bar'; > > ? implies a condition, and the =3D immediately following will raise a par= se > error in older versions. > > There's admittedly potential for confusion with the ternary operator, but > since that's most commonly used for conditional assignment I think the > association isn't all negative. > > Arpad > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- ------------- buddhahead@gmail.com