Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107511 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 21195 invoked from network); 11 Oct 2019 17:31:05 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 11 Oct 2019 17:31:05 -0000 To: internals@lists.php.net References: Date: Fri, 11 Oct 2019 16:14:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Posted-By: 94.12.0.100 Subject: Re: Migration tooling and the cumulative cost of purely syntactical deprecations From: marandall@php.net (Mark Randall) Message-ID: On 11/10/2019 11:25, Nikita Popov wrote: > Purely syntactical deprecations, such as the recently discussed case of > backticks, but also the already accepted deprecations of the "alternative > array access syntax" and the (real) cast, can be performed automatically > and with perfect reliability. I imagine it would allow immediately crossing off a few points of confusion such as these casts: (unset) (integer) (boolean) (double) (real)