Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108266 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 99534 invoked from network); 27 Jan 2020 13:21:40 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Jan 2020 13:21:40 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E91ED1804F6 for ; Mon, 27 Jan 2020 03:31:47 -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-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (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 ; Mon, 27 Jan 2020 03:31:46 -0800 (PST) Received: by mail-lf1-f53.google.com with SMTP id f24so5952476lfh.3 for ; Mon, 27 Jan 2020 03:31:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=AE7oRLC2t64/Ga5/eVXa2jzN9JGhX7BL3sB9/NNTLVo=; b=fXp2Y1ThC7yQLLgsjbqlsEc2DWPS+tBSyyW2817NJw8AdvMaKJN82t9PVCtTtOgqYu Urbl1TuNkRN9x01J023ZHx2jlikrjZOGkad4H6AffIyY1d26i2yRYq21f3kzpHxT2xqk BlhudkgL5GtY4r9WVfXS+hRgpMwfYtHL8Wr7IT6Z+cqKB/37hl9/BaeWz82r7AbLZmUh VBvwd27O65gF7qjO3SxMeHW8RSIQiFBeVruev/V4xdhUvuEPBMq8sJVQIxJJO/SJXIk1 uti4BTmtN9gPcAHb5iAN7D9xgtqEvXs7DxU1vX07K6gI+6GYM7EjkVcn5UVi4ZLxfxCi +2kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=AE7oRLC2t64/Ga5/eVXa2jzN9JGhX7BL3sB9/NNTLVo=; b=eKoDcM977XPzyCyy2ZDwtFjLUCnyVTLRlXvIyoSX/dbuAykJCrgI0GY/w8jqO9GEng Tjx9xwWgBREjzXH+MgKBFVVa5uD2oBxQIxuN8ioUm/s2quqnLgI0WJrioZ/ygwAphzEa sY4leHKjSz3rf8a82ZK7NWSWuoFBdoza6qNAIuZrtiOK8aRZLB84+YeXIAkiuubqZY9Q p9ZYuuxwCrNrYtGlXu/Kuwhz+Fa3hhnhdLn3nIaJW4GQJ6NmMOZwCBK8Rztb75NtHk33 6Wrg9t0HChh8nCgaFn7p01FHAeRN2to2mWkumiG6/unAfgIegNjcL3s96cW11LZ8/eVs Gptw== X-Gm-Message-State: APjAAAUPRdSot3jJ5xq1JYoyoeXxPjI8C7WEm7j8S8FV320OQd8W76d+ 0rsveipM/qw8H/w3kLe7PF7avT9Ngv1oeLY4xvRVLiu1 X-Google-Smtp-Source: APXvYqwMXqm/jky48LYR6SNxoyksQCOP1om8VkDR3oWO9nd7ucScMbrxebA/ngGcDCpI9If7io2Rmrr89fM9kJFc06Q= X-Received: by 2002:a19:2351:: with SMTP id j78mr7751343lfj.173.1580124704975; Mon, 27 Jan 2020 03:31:44 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 27 Jan 2020 12:31:28 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000bdafee059d1d7315" Subject: Re: [RFC] Allow ::class on objects From: nikita.ppv@gmail.com (Nikita Popov) --000000000000bdafee059d1d7315 Content-Type: text/plain; charset="UTF-8" On Thu, Jan 9, 2020 at 11:27 AM Nikita Popov wrote: > Hi internals, > > Another small RFC, to allow $object::class syntax: > > https://wiki.php.net/rfc/class_name_literal_on_object > > Regards, > Nikita > Heads up: I plan to start voting on this tomorrow. I've resolved the open question re strings in favor of not supported strings, in line with discussion consensus. Nikita --000000000000bdafee059d1d7315--