Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108023 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23986 invoked from network); 7 Jan 2020 12:18:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 Jan 2020 12:18:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0581B1804F3 for ; Tue, 7 Jan 2020 02:23:21 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 7 Jan 2020 02:23:20 -0800 (PST) Received: by mail-lf1-f43.google.com with SMTP id y19so38457900lfl.9 for ; Tue, 07 Jan 2020 02:23:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=pqp/8uM5GIRJStgm57aUUzCFeGeAqRN3VcA0wooY910=; b=pZRJmanhpgVv2Vbq8SZ/Ah7YNAH5LjjMPVR5XiN8V2qts01mhOHG9uVv0XqeyfQolt YhfqeyCARXD90kchHNVGuBfrHG+1Lq4YuN2oreRH76gZ4MxL+wTayNm0JTzKyuySFiB+ X2CuGjAHpf1+pdUN0ugUrVF7CA02UcK3YgB70OuKpgO8cSo/2gU/oB37VFjW5KuFLCLy SFnkwm/F4EQ0jVuvg9/h7ubW3lFV9/G4ZqiC+il1J4FEMjPh/78jpy1FBkl5sYcEggHv lJzBAOKF30FqsH+sHlJmuZ6ePlMP47oWweWlwvTjl6rF8+b4HsfsXPYzzDT4SrNhgsZo qMfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=pqp/8uM5GIRJStgm57aUUzCFeGeAqRN3VcA0wooY910=; b=PLE8o/J1ihwfzZp44lqLs4LQphx9tkPQ0zBnZTVOy91iOK4ASKesgrev6kG+ALs5xZ KwDFcQ/usEmvRbXcypn+6KwfcdzvRW3xmrv9mAKDYR6cZDD4u/fjovbGyAVwi4BQSDjb EEn2KK1QivDevxBPT2lENhDcs3YKYWrhJzNU/4W8yX8BnCjFNfbwpi5yKJxA1X4zOOOG LnYGi3EFCAI4bUsbymOR9ELYZnp7YHTT7VeH44+6KWD3tN+TjXzxVnKBtE9eaZMzg9w/ tiAxLRQa9XFRrXUHqbxuS4GUTgikh17v4mdB8ZIEBtOH9ZGbSQs9rkC/sz7X8EidiPMl Dtwg== X-Gm-Message-State: APjAAAXnNasQsKKFEOnlPhmOELQdvhcg7r/yK9IxrqsnyIyYJMQGjgfb XOP98u31WubPVmIY8IIi8qhq9GhZjPZ16WUAjYrDCmPF6dY= X-Google-Smtp-Source: APXvYqwoQzQGLFDsc6C622DBdFpxv2tgVgC2gw+/f3NV4a09eeuLWCs3wxIWe2X1GhUD6lCE+nWmhnqCEMJFL0goN1A= X-Received: by 2002:a19:22cc:: with SMTP id i195mr61579173lfi.148.1578392597973; Tue, 07 Jan 2020 02:23:17 -0800 (PST) MIME-Version: 1.0 Date: Tue, 7 Jan 2020 11:23:02 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000001e50eb059b8a2a89" Subject: [RFC] Variable syntax tweaks From: nikita.ppv@gmail.com (Nikita Popov) --0000000000001e50eb059b8a2a89 Content-Type: text/plain; charset="UTF-8" Hi internals, I'd like to propose a small RFC, which addresses a few minor issues that have not been handled by the original "uniform variable syntax" RFC: https://wiki.php.net/rfc/variable_syntax_tweaks This is all about edge cases of edge cases, of course. I think the only part here that is not entirely straightforward and may need some discussion is how arbitrary expression support for instanceof should be handled. Regards, Nikita --0000000000001e50eb059b8a2a89--