Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119095 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 84807 invoked from network); 8 Dec 2022 10:52:10 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Dec 2022 10:52:10 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id AE504180211 for ; Thu, 8 Dec 2022 02:52:09 -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=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE 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-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 8 Dec 2022 02:52:09 -0800 (PST) Received: by mail-pg1-f177.google.com with SMTP id w37so890196pga.5 for ; Thu, 08 Dec 2022 02:52:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=PAmQf3zwn4Qo4NuF1k/+z4Yaxf3I83UbX7wTdfIu/mo=; b=lHPLfgkqtow0hDd68+SamK0aS6lTWlNw+LFo+y+vx7pLF6DgMbVkG554osEmOFAtWc EBHsSLcOvDRWIS/BW+qCUXyceMG0oZOyglLSIAGnZVAZ79sRPP1XsgCvTwaHHt/Kunes 6C+BLiZ5E474KnBTtNalHki5ynDiovzDAtpPX93obUZHsymYv2fKGg80y5bShNpeP/HJ ichmAe8MAJ8IJ+Jzw2hELpTsyFOXe8lgePCTNtN/fPF0boeyZgsKShH3PwwTUgYQZaWd LZeLooYuQupyRDPRXMz6fY4meaDKK5BYgD3bYtIEXKx/IlyUCq+XxJmtRJ6GZc9C67v4 Beyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PAmQf3zwn4Qo4NuF1k/+z4Yaxf3I83UbX7wTdfIu/mo=; b=hztLipcgpj4DOioCtg3vCb9MUpn1DbMq+yBZF6XQ7/6QhJE4dEYxVCYpNQWmYIpkYM tA4YeqHQPvzyD+YNde9/KknQnKyeKkl40/UXc7CAJg9YI1DM+2l8Ry+iuEPIR88Q4P7S plukqEgSu8cDgjbUH79G9IcLXgR7mtyt1epYesRrMle45uGA8NXiqEFhCzBJtRpvukaQ l/raJSP0c87VwhneRzFQnjSOiukjAwmTAczC6rpDavA4W02E0K0gAALg3/sSNMGwjFF8 cLfXGWmawBwVYaun+J6nsWcHMWDIHi5FbUtrOZiJbCZrZX8EPX/Eb1dEb8efTbiyLdln PTfA== X-Gm-Message-State: ANoB5plRaputH1ZKFkDnSq3wzz+pFP8auc0KoMYRsbrFgpcwoBMuDAzd BfLYNuJ7XHueuepvSjTce1E5VzX2/51gskkBtCn5V9aT X-Google-Smtp-Source: AA0mqf7skooJSuqmMDq/w5FflhU974RrNC9TiMIDgC064nRn3glAOG0AMUUQAjazEN+O2G3GMqjtqdGx9cl59qKihIE= X-Received: by 2002:a63:d556:0:b0:435:7957:559d with SMTP id v22-20020a63d556000000b004357957559dmr73219762pgi.122.1670496727758; Thu, 08 Dec 2022 02:52:07 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 8 Dec 2022 11:51:56 +0100 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [RFC][Dynamic class constant fetch] From: tovilo.ilija@gmail.com (Ilija Tovilo) Hi everyone > I'd like to propose a simple RFC to introduce looking up class > constants by name. We have dedicated syntax for basically all other > language constructs. This RFC aims to get rid of this seemingly > arbitrary limitation. > > https://wiki.php.net/rfc/dynamic_class_constant_fetch Heads up: There hasn't been much discussion on this RFC in the last couple of weeks, thus I'd like to start the voting phase in the next couple of days. Ilija