Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86511 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34604 invoked from network); 8 Jun 2015 21:22:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2015 21:22:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.172 mail-qk0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:36479] helo=mail-qk0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/33-10274-97706755 for ; Mon, 08 Jun 2015 17:22:01 -0400 Received: by qkx62 with SMTP id 62so84808824qkx.3 for ; Mon, 08 Jun 2015 14:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7Yg67qNl29DFn1tTknV7nEujAepV0RonGHZVqOX8PaU=; b=qBBR0HRjx3SpjoTVA/ZbiGb0aGeR4dfnN1eeMLKp/jUx2pzdQVH2h9osAJTolj3ikV eH9Mx7dkC7RJDiJc55pHqIm4MjWA9fkNFlxA4bgRNhky7IppeqS7xzg5J7sTAzaQ7sXJ jZIs2JV9WLWB/GC6Qa77Oxao7/3Zu6aBkF8ess5fYZoRX9XKdmbp3cD1BzrDDr8UgYw/ w4MeD34J10R+MehHbjopE08OwM6YWe94zZwmE4c+DUjjd1xqGKjJYv3k8q2pFxWa8r6y AhmSLZDoVYQmuRP8Xhn1WVAKoThfyzuSXBZ/akljvG4y1dw16hH/94Izj6oBMC69mTMI V//w== X-Received: by 10.55.48.18 with SMTP id w18mr36857555qkw.34.1433798518586; Mon, 08 Jun 2015 14:21:58 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id 63sm1768039qgx.25.2015.06.08.14.21.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Jun 2015 14:21:57 -0700 (PDT) Message-ID: <55760771.6020802@gmail.com> Date: Mon, 08 Jun 2015 14:21:53 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Christoph Becker , internals@lists.php.net References: <5576051A.3040800@gmx.de> In-Reply-To: <5576051A.3040800@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Array dereferencing of scalars From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Would throwing a notice or a warning on array deferencing scalars > be acceptable for PHP 7.0, or does this need an RFC? I think this does need an RFC, and for 7.0, pretty much no new language changes are acceptable anymore, since we're past the timeframe. -- Stas Malyshev smalyshev@gmail.com