Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95820 invoked from network); 15 Sep 2017 10:00:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2017 10:00:13 -0000 Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:14413] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/1C-19300-AA4ABB95 for ; Fri, 15 Sep 2017 06:00:13 -0400 Received: from srv-rhsoft.rhsoft.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3xtrVT2dvtzXMv for ; Fri, 15 Sep 2017 12:00:01 +0200 (CEST) To: internals@lists.php.net References: <752eaf1d-5603-70f5-8e69-b8243547cad1@gmail.com> <320b3863-e36b-2ed4-543b-fcbd433b1c56@gmx.de> <57.CA.19300.69C9BB95@pb1.pair.com> Message-ID: <5fe274c1-36de-e650-fd2c-bc4f9caf36f3@rhsoft.net> Date: Fri, 15 Sep 2017 12:00:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <57.CA.19300.69C9BB95@pb1.pair.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Deprecate and remove case-insensitive constants? From: lists@rhsoft.net ("lists@rhsoft.net") Am 15.09.2017 um 11:25 schrieb Tony Marston: > You are missing a third option - Microsoft languages are > case-preserving. This is where the IDE ensures that every use of a word > is automatically switched to the case used in its original definition. > This makes it impossible to use the same word with a different case. a sane IDE for PHP does exactly the same for many many years if you don't insist to change it manually - when you manage that you functions are written all over your codebase with different uppercase/lowercase the problem is looking at you from a mirror every morning