Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117053 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 10262 invoked from network); 17 Feb 2022 22:09:49 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 17 Feb 2022 22:09:49 -0000 To: internals@lists.php.net Date: Thu, 17 Feb 2022 23:28:08 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.81.129.66 Subject: [RFC] Undefined Variable Error Promotion From: marandall@php.net (Mark Randall) Message-ID: Internals, Following on from my previous thread, I think we are now in a position where we can begin formal discussions on an RFC to promote undefined variables to Error exceptions in PHP 9.0. I present: https://wiki.php.net/rfc/undefined_variable_error_promotion I still intend to bring other error promotions forward, potentially in collaboration with other developers, but as this is the biggest change, and the most likely to attract a large number of comments, I thought it deserving of a standalone RFC. Mark Randall