Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56688 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85125 invoked from network); 30 Nov 2011 19:06:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2011 19:06:39 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:54800] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/8C-17272-FBE76DE4 for ; Wed, 30 Nov 2011 14:06:39 -0500 Received: by ggnv1 with SMTP id v1so303581ggn.29 for ; Wed, 30 Nov 2011 11:06:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hg2bVy3JbnfUeth3GSFKzZIIpj84q9UK5z969JD7Luc=; b=raUfMzplIw2xj6gE4blUt7evtxXNd6jOR7hAe/Zrwur+2DcGL6Vk9Eahlx49biZXTv kscii5ypZmn/MuktLZNcrILerZpaF6VO3182urCnrlHX6Cq0cNY09MuWE46e5i5AAHH5 xnq5zVlXk11ZroxYrx2hS07uHOtYERqdQTluw= MIME-Version: 1.0 Received: by 10.100.190.15 with SMTP id n15mr853876anf.50.1322679996928; Wed, 30 Nov 2011 11:06:36 -0800 (PST) Received: by 10.146.204.6 with HTTP; Wed, 30 Nov 2011 11:06:36 -0800 (PST) Received: by 10.146.204.6 with HTTP; Wed, 30 Nov 2011 11:06:36 -0800 (PST) In-Reply-To: <4ED67CB6.6050001@php.net> References: <4ED6713D.2050009@ralphschindler.com> <4ED67CB6.6050001@php.net> Date: Wed, 30 Nov 2011 20:06:36 +0100 Message-ID: To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e64346245e53b104b2f86f1a Subject: Re: [PHP-DEV] 5.4's New De-referencing plus assignment From: pierre.php@gmail.com (Pierre Joye) --0016e64346245e53b104b2f86f1a Content-Type: text/plain; charset=ISO-8859-1 Hi Sebastian As I agree with your position, there is no vote anymore on the list but discussions. About this addition, yes it should accept any expression. However I fail to see the gain then but to get a perlish line. Cheers, On Nov 30, 2011 7:58 PM, "Sebastian Bergmann" wrote: > Am 30.11.2011 19:09, schrieb Ralph Schindler: > > $value = ($obj = new Foo)->produceAValue(); > > -1 > > -- > Sebastian Bergmann Co-Founder and Principal Consultant > http://sebastian-bergmann.de/ http://thePHP.cc/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0016e64346245e53b104b2f86f1a--