Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93870 invoked from network); 26 Nov 2013 19:42:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2013 19:42:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=pete@the-echoplex.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pete@the-echoplex.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain the-echoplex.net from 208.113.200.5 cause and error) X-PHP-List-Original-Sender: pete@the-echoplex.net X-Host-Fingerprint: 208.113.200.5 caibbdcaaaaf.dreamhost.com Received: from [208.113.200.5] ([208.113.200.5:35522] helo=homiemail-a56.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/0B-39355-2B9F4925 for ; Tue, 26 Nov 2013 14:42:44 -0500 Received: from homiemail-a56.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a56.g.dreamhost.com (Postfix) with ESMTP id 8AD84FE065 for ; Tue, 26 Nov 2013 11:42:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=the-echoplex.net; h= mime-version:in-reply-to:references:date:message-id:subject:from :to:cc:content-type; s=the-echoplex.net; bh=QjJumnNZl4JD/C0o16NP 8qZSK9g=; b=LfYwEqjkrcQMPkZAhCdMm+5P2OnaePF0kef5e4A+/7i+sD04hC9M mVofLrXYplFZ3mlTX/3xEHEwWS1T+U5WspTa68nfC9NIQoDqnUl/FH/kI2JVYIEI FruQ+5daxouZyo4BEFgl16Pxe9yJjZw2/k9R0lnedGkycj5soQEQyXk= Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: pete@the-echoplex.net) by homiemail-a56.g.dreamhost.com (Postfix) with ESMTPSA id 34509FE064 for ; Tue, 26 Nov 2013 11:42:41 -0800 (PST) Received: by mail-we0-f176.google.com with SMTP id w62so152275wes.21 for ; Tue, 26 Nov 2013 11:42:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=J3AQR+EGnXHwEWk0GKEIRpoksjJe+Ib/9dIcSCMY5wg=; b=N8DysFn0pc89GAWUM/ktw3KVhKfcjlLDWog8BIJ5g9n02gNnvH2axV95gIYprAr4bD rCjp/JI5syD2yfbarY85v1SNwU7AwRtfYCK+mEt4bC7VPsm9YeiSFEWcsgZN0sxYg/FV qWfiOB/5F82/i+XQthajhy2JRHDYP/Hm4m6MtWVfmMnxyojkodvMRX8l4sUtVuiMWJxB OzzS3N9Cjh8tPKChO5EYjikgjfZEXoDRbO+qaHs9CxO52nYTEtlmXlP9ckVkWXWByhWn VT/5I2dAcw8lyaJ3DnQWdRVLWLeZxIwWVlS/0UlVWZ4Byn4saCJvuo4aTSldM2Bb4Czj Dciw== MIME-Version: 1.0 X-Received: by 10.180.39.177 with SMTP id q17mr19659974wik.16.1385494956599; Tue, 26 Nov 2013 11:42:36 -0800 (PST) Received: by 10.194.239.194 with HTTP; Tue, 26 Nov 2013 11:42:36 -0800 (PST) Received: by 10.194.239.194 with HTTP; Tue, 26 Nov 2013 11:42:36 -0800 (PST) In-Reply-To: References: Date: Tue, 26 Nov 2013 19:42:36 +0000 Message-ID: To: Jezz Goodwin Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11c228d2b9f15f04ec19aeb1 Subject: Re: [PHP-DEV] [Proposal] Modification to ?: functionality From: pete@the-echoplex.net (Pete Boere) --001a11c228d2b9f15f04ec19aeb1 Content-Type: text/plain; charset=UTF-8 > My favourite one listed so far is: > > $foo ?= 'default'; I'd second that. --001a11c228d2b9f15f04ec19aeb1--