Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9884 invoked from network); 6 May 2016 05:36:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2016 05:36:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.94.27.5 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 188.94.27.5 scarlet.netpirates.net Received: from [188.94.27.5] ([188.94.27.5:36572] helo=scarlet.netpirates.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/D4-27079-45D2C275 for ; Fri, 06 May 2016 01:36:21 -0400 Received: (qmail 865 invoked by uid 89); 6 May 2016 05:36:18 -0000 Received: by simscan 1.4.0 ppid: 858, pid: 861, t: 0.0396s scanners: attach: 1.4.0 clamav: 0.99.1/m:/d:20700 Received: from unknown (HELO ?192.168.178.24?) (php@sebastian-bergmann.de@84.165.87.208) by scarlet.netpirates.net with ESMTPA; 6 May 2016 05:36:18 -0000 To: internals@lists.php.net References: Message-ID: <20ce0f36-6ba0-44b4-f254-fd3ecc1f3430@php.net> Date: Fri, 6 May 2016 07:36:44 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Forbid dynamic calls to scope introspection/modification functions From: sebastian@php.net (Sebastian Bergmann) Am 29.04.2016 um 11:48 schrieb Nikita Popov: > Welcome to another edition of "crazy PHP edge-cases you don't want > to know about". I love and hate these edge cases at the same time :) > I'd like to introduce a restriction that forbids performing dynamic calls > to scope introspection and modification functions. +1