Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70210 invoked from network); 19 Jan 2010 07:29:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2010 07:29:09 -0000 Authentication-Results: pb1.pair.com header.from=oorza2k5@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=oorza2k5@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: oorza2k5@gmail.com X-Host-Fingerprint: 209.85.219.226 mail-ew0-f226.google.com Received: from [209.85.219.226] ([209.85.219.226:52643] helo=mail-ew0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/7F-22457-44F555B4 for ; Tue, 19 Jan 2010 02:29:09 -0500 Received: by ewy26 with SMTP id 26so638772ewy.23 for ; Mon, 18 Jan 2010 23:29:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ClZ3Z56bKGNwmDXSJ+LLuoXNDut2Q3o3fJXcRVyNEC8=; b=HIZiF8TCW2xXbHfGrkSHfG+cGSlEc/h+26wV03XS4jKsKPGh0FesN5ZtMG9/7nl5YO UFUsime8miEmzgqIcNxm4t3pP9iBWha1Clky/MSgxqT1PWG0uPTVd8asdu7LRQqApMVQ OdjoWlLLsIqJYCTP+cH3Vaqj/g+a8iivGclY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=c1nYDqoY8f2tVS/uno0dUsdBe5mFKtz0bFq8Te8r3ULugdV9worFG5RnoF78ygB3Xh XJiehf/WscU0qGxaz8JN7oXW9c0sXrwBWxnK32IsNEDzoBLF/chy9asMFhEur8m4kpny FdXNm7MZpJtCGCT4ioiK9xb0W6mR5Tt4th7nY= MIME-Version: 1.0 Received: by 10.216.88.14 with SMTP id z14mr387729wee.25.1263886146097; Mon, 18 Jan 2010 23:29:06 -0800 (PST) In-Reply-To: References: <4B54FC87.8070106@zend.com> Date: Tue, 19 Jan 2010 02:29:06 -0500 Message-ID: <68de37341001182329r7f3a87a6lb0784a532995630d@mail.gmail.com> To: Alexey Zakhlestin Cc: Stanislav Malyshev , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] function call chaining From: oorza2k5@gmail.com (Eddie Drapkin) On Tue, Jan 19, 2010 at 2:14 AM, Alexey Zakhlestin wro= te: > > Would be nice if something like this worked too: > > =C2=A0 =C2=A0(new Class())->method(); > > I was just looking at some Java code and thinking, "man I wish PHP did this= ."