Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67207 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85467 invoked from network); 30 Apr 2013 07:58:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2013 07:58:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.51 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:51220] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/10-18873-6997F715 for ; Tue, 30 Apr 2013 03:58:15 -0400 Received: by mail-la0-f51.google.com with SMTP id ep20so200221lab.38 for ; Tue, 30 Apr 2013 00:58:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eH5YADxbkICIxI75/Mjmpzw9jrJ1Dh5TTc4bY0N+tu0=; b=nN3ycHW/Y3H5dNdwjZ/Ko7DSaMcq8lBtAzMvU/1WuyABcccx62mHHjfvQ8VZXoACTq VZOxQHXe63v2VJdjMYYQIoDSgeTPO4NDl+3SKByLEBCKGGBI6EQDcTz/qFExYju/0a5i h1rsTP//uFl0NnwqKKWyQx/dNbQZuSsm9yfk08+AxTkFKJFK8QkHb9TOxz+yYUvQNQs+ YPxJXM1Y+SGzRp+Yo4rz0KFWeUHStNBkRueZL4fetp+y4ofeDRlgDucsCPlZ03kkZzEi 0veh0RnOckJ7tRoOFafuDDU5G+vXWNjwHO9heq1tpyIqF1CDxevE/bKbSNnaYsJpljPY YXFA== MIME-Version: 1.0 X-Received: by 10.112.172.68 with SMTP id ba4mr28344796lbc.11.1367308691826; Tue, 30 Apr 2013 00:58:11 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.17.33 with HTTP; Tue, 30 Apr 2013 00:58:11 -0700 (PDT) In-Reply-To: References: <6245ED6B-2BF7-47B7-80C0-D3B3D8E0B312@strojny.net> Date: Tue, 30 Apr 2013 09:58:11 +0200 X-Google-Sender-Auth: he59hK9QzwVuD-C5VsQFceeaiJE Message-ID: To: Rasmus Schultz Cc: Lars Strojny , PHP internals Content-Type: multipart/alternative; boundary=001a11c33ffedfedb204db8f5ce3 Subject: Re: [PHP-DEV] property de-referencing From: mike@php.net (Michael Wallner) --001a11c33ffedfedb204db8f5ce3 Content-Type: text/plain; charset=UTF-8 On 30 April 2013 01:45, Rasmus Schultz wrote: > The characters was an arbitrary choice, just for the sake of argument. > > I'm not a C programmer, so I don't have a patch - there is also no RFC, but > there is general interest, I'd be happy to write one. > > On Mon, Apr 29, 2013 at 5:22 AM, Lars Strojny wrote: > > > Hi Rasmus, > > > > Am 25.04.2013 um 14:47 schrieb Rasmus Schultz : > > [...] > > > > > > What do you think? > > > > > > I'm not sure about the operator character but the general idea is a good > > one. Do you have a patch as a POC? > Do you mean something yucky like http://pecl.php.net/propro? It's actually been meant to be used by extensions for internal properties, but it might do the evil you're looking for. -- Regards, Mike --001a11c33ffedfedb204db8f5ce3--