Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62063 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29167 invoked from network); 6 Aug 2012 11:29:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2012 11:29:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gg0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:55692] helo=mail-gg0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/A9-03102-98AAF105 for ; Mon, 06 Aug 2012 07:29:13 -0400 Received: by ggnf2 with SMTP id f2so2642472ggn.29 for ; Mon, 06 Aug 2012 04:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=7h5nPX4vxT38ulHdBhM8wcmFjAQ6P4RV4rm0xLZNU7o=; b=LMRp3tq7V6e+6hyBUloggWWSTDVqHxCdGbDOuLR/kL6YsM6vta4UXPKFuf5aMC5CkK 25Cn9so+gAiu/wL7nwKfiozNFbXykRTUnHec1RhnPRz1+WI5Pbh/AtcRfp8p2S9z+Uc5 HH7AVIf1DZJ5lcrjykvKCyX2lsuR57qbn0R9d4yxLulQCQt+cMK2IS4rVWcB3I85Zdoz /9p5LAQX/RR3d0JdhSrYbCTpyEuVgvSfdNT7Z+Zn1a3pxc+jj/UeCdY8KpGjJVQxtmu2 Ew3LXElVOQzXTTtlemkCswq8mj00bqv3mExYokQ0gl6UyVV7Z53MIKziztHFjXbpaPWx WEeA== Received: by 10.50.6.229 with SMTP id e5mr5080230iga.9.1344252550326; Mon, 06 Aug 2012 04:29:10 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.64.23.74 with HTTP; Mon, 6 Aug 2012 04:28:30 -0700 (PDT) In-Reply-To: <501C5349.8070108@ajf.me> References: <501C5349.8070108@ajf.me> Date: Mon, 6 Aug 2012 13:28:30 +0200 X-Google-Sender-Auth: yNP_Oq96Bb-EuiKsh4iG6klmJM0 Message-ID: To: Andrew Faulds Cc: Etienne Kneuss , Gustavo Lopes , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Remove calls with incompatible Context From: jpauli@php.net (jpauli) On Sat, Aug 4, 2012 at 12:40 AM, Andrew Faulds wrote: > While we're at it, > > $a = 'this'; > $$a = new StdClass(); > > should be an error. > Also $GLOBALS['this'] = new StdClass(); > > https://bugs.php.net/bug.php?id=52428 Hehe, I already caught all those executor tricks, like :