Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101858 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18782 invoked from network); 13 Feb 2018 14:34:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2018 14:34:42 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:57654] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/3B-26725-087F28A5 for ; Tue, 13 Feb 2018 09:34:41 -0500 Received: from kuechenschabe.fritz.box (ppp-46-244-161-30.dynamic.mnet-online.de [46.244.161.30]) by mail.experimentalworks.net (Postfix) with ESMTPSA id A0BD6704CA; Tue, 13 Feb 2018 15:34:37 +0100 (CET) Message-ID: <1518532470.5528.2.camel@schlueters.de> To: Michael Morris , PHP Internals Date: Tue, 13 Feb 2018 15:34:30 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV][RFC][DISCUSSION] Deprecate the backtick operator From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mo, 2018-02-12 at 14:36 -0600, Michael Morris wrote: > Any particular reason why "`unicode string `" wouldn't work? Because this would be a BC break which is really hard to detect. People might do this (i.e. while generating Markdown output or something about shell scripting or ...) and this might on first sight produce a vlid output. johannes