Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81074 invoked from network); 30 Nov 2011 18:55:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2011 18:55:14 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:61160] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/9B-17272-01C76DE4 for ; Wed, 30 Nov 2011 13:55:13 -0500 Received: by lami14 with SMTP id i14so375758lam.29 for ; Wed, 30 Nov 2011 10:55:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=58fvPthhLHhNWF+ylP2kKhmGwfABzRl9Bs7pRHXocUY=; b=UZRoXfys+8P/bG9wbBsn1BM4TC/j5kZDEtXhu6fwKMMyn8QgPvbw3O0IkNMvpM3v0b MbQtjuHLvcKEFHKn3x7D8zfIMioExSR4QtFz+wrlX16zcJMfC34RAjEwBTdVgMyYsrSx 3OFPtXLHXNqJ4Qh5Ss8vRYa/utTTSL3QVomas= MIME-Version: 1.0 Received: by 10.152.105.132 with SMTP id gm4mr2340986lab.39.1322679308262; Wed, 30 Nov 2011 10:55:08 -0800 (PST) Received: by 10.152.9.131 with HTTP; Wed, 30 Nov 2011 10:55:08 -0800 (PST) In-Reply-To: References: <4ED57E77.4080205@lerdorf.com> <4ED58D0F.1070503@lerdorf.com> Date: Wed, 30 Nov 2011 19:55:08 +0100 Message-ID: To: =?KOI8-R?B?4czFy9PBzsTSIO3P08vBzKPX?= Cc: Morfi , Rasmus Lerdorf , PHP internals Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] New dereferencing syntaxes in 5.4 From: nikita.ppv@googlemail.com (Nikita Popov) If I could get some comments on the original issues I mentioned (in http://markmail.org/message/aohq5lcoeaiqos7y?q=3Dphp+internals+list:net.php= .lists.internals) it would be really nice, too :) Nikita On Wed, Nov 30, 2011 at 6:28 AM, =E1=CC=C5=CB=D3=C1=CE=C4=D2 =ED=CF=D3=CB= =C1=CC=A3=D7 wrote: > Morfi, see my mail in this thread. Still no answer to this question. > With regards, Alexander Moskaliov > Irker@irker.net > > > 2011/11/30 Morfi > >> Why not possible? >> >> $result =3D ($model =3D new DomainModel('foo', 'bar'))->findByName('John= '); >> >> >>