Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21830 invoked by uid 1010); 4 May 2006 01:44:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21814 invoked from network); 4 May 2006 01:44:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2006 01:44:04 -0000 X-PHP-List-Original-Sender: jasper@album.co.nz X-Host-Fingerprint: 210.55.31.88 mail.album.co.nz Linux 2.5 (sometimes 2.4) (4) Received: from ([210.55.31.88:52636] helo=mail.album.co.nz) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 00/4F-63443-26C59544 for ; Wed, 03 May 2006 21:44:03 -0400 Received: from mail.album.co.nz (www.album.co.nz [127.0.0.1]) by mail.album.co.nz (Postfix) with ESMTP id 072E2E76AA; Thu, 4 May 2006 13:43:57 +1200 (NZST) X-Spam-Checker-Version: SpamAssassin 3.1.1-gr0 (2006-03-10) on www.album.co.nz X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.1.1-gr0 Received: from [192.168.225.244] (gate1.digiweb.net.nz [202.174.112.3]) by mail.album.co.nz (Postfix) with ESMTP id A41952EF74; Thu, 4 May 2006 13:43:56 +1200 (NZST) Message-ID: <44595C88.4020403@album.co.nz> Date: Thu, 04 May 2006 13:44:40 +1200 Organization: Album Limited User-Agent: Mail/News 1.5 (X11/20060309) MIME-Version: 1.0 To: "D. Dante Lorenso" CC: Rasmus Lerdorf , Jochem Maas , Rick Widmer , PHPdev References: <44584619.60400@lorenso.com> <200605030815.34801.johannes@php.net> <44585828.1030603@vocalspace.com> <44585E89.6000400@vocalspace.com> <44586BDF.6040600@developersdesk.com> <4459410D.9090802@vocalspace.com> <445942E9.201@developersdesk.com> <44594553.6020009@iamjochem.com> <44594A27.4040201@vocalspace.com> <4459558D.7050703@lerdorf.com> <445959DD.9030607@vocalspace.com> In-Reply-To: <445959DD.9030607@vocalspace.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Seeking 'coalesce' php internal function From: jasper@album.co.nz (Jasper Bryant-Greene) D. Dante Lorenso wrote: > Rasmus Lerdorf wrote: >> Not sure what you guys are talking about. ?: is on the roadmap. >> -Rasmus > > Ok. That has some signs of hope. What is ?: exactly, though. Rasmus is referring to making the middle operand in the ternary operator optional, I believe. Jasper