Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10965 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94872 invoked by uid 1010); 8 Jul 2004 01:20:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94837 invoked from network); 8 Jul 2004 01:20:33 -0000 Received: from unknown (HELO theta.altoona-pa.com) (209.161.72.28) by pb1.pair.com with SMTP; 8 Jul 2004 01:20:33 -0000 Received: from ionzoft-jeg.ionzoft.com (dpvc-207-68-114-163.alt.east.verizon.net [207.68.114.163]) by theta.altoona-pa.com (Postfix) with ESMTP id 8DEAA14D48 for ; Wed, 7 Jul 2004 21:20:32 -0400 (EDT) Message-ID: <5.1.0.14.0.20040707211415.02f78640@mail.ionzoft.com> X-Sender: izftjason@mail.ionzoft.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 07 Jul 2004 21:20:34 -0400 To: internals@lists.php.net In-Reply-To: <20040708010707.54789.qmail@pb1.pair.com> References: <5.1.0.14.0.20040707203931.02fa6200@mail.ionzoft.com> <5.1.0.14.0.20040707203931.02fa6200@mail.ionzoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] what happened to that new isset() like language From: jason@ionzoft.com (Jason Garber) Hi Marc, At 7/7/2004 09:06 PM -0400, Marc Richards wrote: >Jason Garber wrote: > >>Hi Marc, >>What we basically settled on was to use this syntax (as a new language >>construct): >>$x = ifsetor(mixed variable, mixed default); > >So ?: is out then? Or just delayed until it can be tackled. Who am I to say it's out for good? :) I just thought that the general consensus was a function like call, rather than a new operator. I do remember that there was fairly strong support for both, but there were various disadvantages to a new operator vs a new "function" call. On a related note, does anyone know when 5.1 is going to be branched? Shortly after the 5.0.0 release, I assume. >>If I recall correctly, Marcus had a patch that implemented it and it was >>going to be plugged in in the 4.1 branch (when it is created). > >5.1? Yep. >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php -Jason