Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104943 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 64788 invoked from network); 25 Mar 2019 19:23:36 -0000 Received: from unknown (HELO smtp.opensides.be) (195.154.20.141) by pb1.pair.com with SMTP; 25 Mar 2019 19:23:36 -0000 Received: from localhost (localhost [127.0.0.1]) by smtp.opensides.be (Postfix) with ESMTP id 55258221F5E for ; Mon, 25 Mar 2019 17:16:46 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at opensides.be Received: from smtp.opensides.be ([127.0.0.1]) by localhost (smtp.opensides.be [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6rE5Hj582FIA for ; Mon, 25 Mar 2019 17:16:43 +0100 (CET) Received: from mcmic-probook.opensides.be (63.120.199.77.rev.sfr.net [77.199.120.63]) by smtp.opensides.be (Postfix) with ESMTPSA id 3D5A5221F55 for ; Mon, 25 Mar 2019 17:16:43 +0100 (CET) To: internals@lists.php.net Date: Mon, 25 Mar 2019 17:16:40 +0100 Message-ID: <2448603.5qPnsDpNZ2@mcmic-probook> Organization: OpenSides User-Agent: KMail/5.2.3 (Linux/4.9.0-8-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <71a54895-13e1-ca9e-1b77-e2d0d64c3d16@cubiclesoft.com> References: <71a54895-13e1-ca9e-1b77-e2d0d64c3d16@cubiclesoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [PHP-DEV] [RFC] Deprecate PHP's short open tags From: come@opensides.be (=?ISO-8859-1?Q?C=F4me?= Chilliet) Le lundi 25 mars 2019, 08:45:22 CET Thomas Hruska a =E9crit : > If this moves forward, I, and many others, will demand a formal, fully=20 > supported utility for locating and automatically transforming all usages= =20 > of short open tags on the system. That is, a scanner to locate every=20 > line of code that uses them with options to change the code=20 > automatically. =20 You can use the fixer "full_opening_tag" of php-cs-fixer: https://cs.symfony.com/ There is also "no_short_echo_tag" if you want to replace "