Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49121 invoked from network); 17 Oct 2011 00:00:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2011 00:00:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:38619] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/BB-07463-9307B9E4 for ; Sun, 16 Oct 2011 20:00:57 -0400 Received: by vcbfl10 with SMTP id fl10so2403182vcb.29 for ; Sun, 16 Oct 2011 17:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:from:in-reply-to:mime-version:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Wo+D4GHZo0FR58bQhGZKsOjttKtQeHQDu0RxEdAPGWc=; b=FhO2y1mFg8lDRpAEy1eouKUGULvXBdZdvWJwbTFsVTwPab9lZhIHFeXQ7rVId3GyNN lPPxTTjbEUXIHbKdKzHSX31+Iie/WrwD9HgYwMF/ShMcaItkXjgfOrN3pfv2c8JAsUFF bv81e31DwW4y805ez2IIR4/kdSGT41Wzjq+qI= Received: by 10.220.150.15 with SMTP id w15mr1260803vcv.163.1318809653521; Sun, 16 Oct 2011 17:00:53 -0700 (PDT) References: <90.D3.01713.97CB4FC4@pb1.pair.com> In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8H7) Date: Mon, 17 Oct 2011 08:00:41 +0800 Message-ID: <2938418690656971068@unknownmsgid> To: Felipe Pena Cc: Ferenc Kovacs , Michael Wallner , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [RFC] new foo()->bar() From: laruence@gmail.com (Xinchen Hui) Sent from my iPhone =E5=9C=A8 2011-10-17=EF=BC=8C6:03=EF=BC=8CFelipe Pena = =E5=86=99=E9=81=93=EF=BC=9A > Hi, > > 2011/10/7 Ferenc Kovacs : >> On Tue, Nov 30, 2010 at 9:57 AM, Michael Wallner wrote: >>> On 11/26/2010 08:36 PM, Felipe Pena wrote: >>>> >>>> Hi all, >>> >>> ... >>>> >>>> Other examples which describes the feature at >>>> http://wiki.php.net/rfc/instance-method-call >>>> >>>> Thoughts? >>> >>> +1 >>> >>> Finally. >> >> it seems that it didn't made it to the trunk/5.4. >> is there anything holding things back? I think Dmitry mentioned >> checking for memleaks and such, but I didn't remember seeing anybody >> really against the idea. >> > > There is no memleak from what I've tested. I only haven't a way to > prevent the 1 shift/reduce conflict yes=EF=BC=8Cthat was the problem I encountered too. If we set "%expect 3 " = and let bison deal with it, it could works as expect. But obvious not the best solution. :) > added by the patch, which seems > harmless for our grammar though. > > > -- > Regards, > Felipe Pena > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >