Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14209 invoked from network); 21 Jan 2012 17:16:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2012 17:16:10 -0000 Authentication-Results: pb1.pair.com header.from=cpriest@zerocue.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cpriest@zerocue.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zerocue.com designates 74.115.204.51 as permitted sender) X-PHP-List-Original-Sender: cpriest@zerocue.com X-Host-Fingerprint: 74.115.204.51 relay-hub201.domainlocalhost.com Received: from [74.115.204.51] ([74.115.204.51:3020] helo=relay-hub201.domainlocalhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/D1-21061-7D2FA1F4 for ; Sat, 21 Jan 2012 12:16:09 -0500 Received: from MBX202.domain.local ([169.254.19.147]) by HUB201.domain.local ([74.115.204.51]) with mapi id 14.01.0355.002; Sat, 21 Jan 2012 12:16:04 -0500 To: "internals@lists.php.net" Thread-Topic: getters/setters project Thread-Index: AczYX9iVJre+5EPCTpewNUBwKYHE3Q== Date: Sat, 21 Jan 2012 17:16:04 +0000 Message-ID: <9570D903A3BECE4092E924C2985CE48539BBB25D@MBX202.domain.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.64.27] Content-Type: multipart/alternative; boundary="_000_9570D903A3BECE4092E924C2985CE48539BBB25DMBX202domainloc_" MIME-Version: 1.0 Subject: getters/setters project From: cpriest@zerocue.com (Clint M Priest) --_000_9570D903A3BECE4092E924C2985CE48539BBB25DMBX202domainloc_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm trying to finish up some more difficult pieces of the getter/setter rfc= . Is there any documentation on the compiler anywhere? Any possible disassem= bler to see the op-codes in an assembly type of view? Specifically I'm working on parent::$xxx access of parent getter/setter fro= m within a getter/setter. The lexer is considering this statement to be a = static property reference. Alternatively is there someone out there with more experience w/ the compil= er / opcodes that could help me complete this? Other than parent::$xxx and static accessors, everything else is done. Here is a wiki "as-implemented" I've created based on the original RFC if a= nyone wants to peruse it: https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented Thanks, -Clint --_000_9570D903A3BECE4092E924C2985CE48539BBB25DMBX202domainloc_--