Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98974 invoked from network); 30 Nov 2011 06:06:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2011 06:06:34 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; 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:60321] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/84-04068-6E7C5DE4 for ; Wed, 30 Nov 2011 01:06:31 -0500 Received: by vcbgb30 with SMTP id gb30so107991vcb.29 for ; Tue, 29 Nov 2011 22:06:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=6+GdxxcwrecqiCp4vw+y7WgaL1aQ9Jm9ROKi+0cxzf0=; b=AR37Qv24DcKBj4LXtGgHbu72hmKyL4TzBbgeiSsGhrOCNRHC6UH+3WnsEwjJOOTPqT wAgVmvivyUn0gvVJW4ags+3+5FIWx0hTe0MldPqty+K+D1oNYnwjeJTHdYWeeWgvPmbI vbMP39uDdpB0UzBliT4wSR5u4UZG46/uIRZ8w= Received: by 10.220.5.210 with SMTP id 18mr186891vcw.83.1322633188392; Tue, 29 Nov 2011 22:06:28 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.108.7 with HTTP; Tue, 29 Nov 2011 22:06:07 -0800 (PST) Date: Wed, 30 Nov 2011 14:06:07 +0800 X-Google-Sender-Auth: r9iGLv-P5dgROR_3ZYlULqg84u4 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [RFC] Const array/string dereference From: laruence@php.net (Laruence) Hi: base on feature request: https://bugs.php.net/bug.php?id=3D60408 , I wrote a patch to make php support const array/string dereference rfc is here, https://wiki.php.net/rfc/constdereference any opinions? thanks --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/