Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27946 invoked from network); 13 Feb 2018 18:27:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2018 18:27:13 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.170 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.128.170 mail-wr0-f170.google.com Received: from [209.85.128.170] ([209.85.128.170:35786] helo=mail-wr0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/FB-26725-FFD238A5 for ; Tue, 13 Feb 2018 13:27:12 -0500 Received: by mail-wr0-f170.google.com with SMTP id 33so5580316wro.2 for ; Tue, 13 Feb 2018 10:27:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=RBb+ZMYj5e5FbdkxqjuWFWjksSTXMhXQpK8n/d76TdQ=; b=EnrHOA/JY5BKkxJ4kt/wRA/Jp5HV5ZDg0mnZZ/usZ0bY88UXElW5P/wKv5GkFjEZqf 6lNKvDNZx62jIPh73gD5LMUI0UnsBUM0h8OSZ08Y4Inwvwij/yhZ+lSoQkUyOo7tJyBd waejo5gZdf/FVUck3lK6SWrRk+7OUMEmkqwxbUKKhDLZehnpVozo0Weio5YPShYyaii7 vR/RQ7nOMqF8XcyOQHk61dPpR9KIpnyLgdJ1Co0N94Md4u88ufxdWS8T30tp/i5d2zRr AV8vBqOqkryGuIwVQRoNRuf/7tJqxifslxPZ/iO5HSXTprrYBnNtH+ipjyOfL2ALE38O +amw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=RBb+ZMYj5e5FbdkxqjuWFWjksSTXMhXQpK8n/d76TdQ=; b=XXu28WEni0lSzPD+9QmKtO+WXvAzCOEfHWQubH2L9ebmLmrPl8+t4yvk4PJrWAiWTG enWtHRYlc4wuKrwmHKZkJw/4cZfCe8eATUuNuHUnCUvVWQWEKgm0O3pQU5nqRzh9l1a5 Yef0OTQPQ+ugcaLt32d3DCnaL7pcoeenPsF6sv+9KnbIxznV/yqCfBHeusYMFWkuEEpW Yu4ujtPLynZTI6GPEDFxPMO8PaCdwkJ6kcuc1Q5iHvBLbLMm/FmEp251MMee5NLD+vZs uoUxgm0QeZQUOT5dAl6e3R0BoV5FAxLMq146YJ/EnwEtafmNySfxX4JiYejgW6zg7oPn D18A== X-Gm-Message-State: APf1xPC29bl1B5GgIa+oojQANffGRlSosCRn2wUuvtZtzwf97vAClxFN +AjdNJkzscntTrZ5RK5Q1cv64xiR1LOO5F+WR8g= X-Google-Smtp-Source: AH8x224VY0KjGCp/o7JcFLzCLpzuu0cBVndC2sd+rLX3YxbdvSVKtZmyjotYQShRcYhuliIl8FWjSKcTRCtIirrL+v4= X-Received: by 10.223.182.2 with SMTP id f2mr1969194wre.114.1518546428287; Tue, 13 Feb 2018 10:27:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.176.177 with HTTP; Tue, 13 Feb 2018 10:27:07 -0800 (PST) Received: by 10.223.176.177 with HTTP; Tue, 13 Feb 2018 10:27:07 -0800 (PST) In-Reply-To: <1518532470.5528.2.camel@schlueters.de> References: <1518532470.5528.2.camel@schlueters.de> Date: Tue, 13 Feb 2018 19:27:07 +0100 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Michael Morris , PHP Internals List Content-Type: multipart/alternative; boundary="f4030439bfac6ee20305651c2455" Subject: Re: [PHP-DEV][RFC][DISCUSSION] Deprecate the backtick operator From: ocramius@gmail.com (Marco Pivetta) --f4030439bfac6ee20305651c2455 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Aren't those different AST nodes? On 13 Feb 2018 15:34, "Johannes Schl=C3=BCter" wro= te: > 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 > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f4030439bfac6ee20305651c2455--