Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125742 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id BB63D1A00BD for ; Fri, 4 Oct 2024 11:14:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1728040582; bh=Ic5Wl4ADntCqKLBP68NThyuqUTuQLzEBrudgq66Vg0s=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=ZhKq6kfGS6mz1uyGHUHVv+/0JGNxRexFBlxtWNWK4Pj2cMlAeeyyegPntrEXy/6Hn GUZjeTHJanglF253zfj5E1vcKMyeXsEH3Vp7YEQkdIXO3s4YV74t29PD5k/bKgwaMS AC8r1IOFgawsHCOvGE6dHxGxmyvb4AJ5iFqYTj3+DkqsDvQm8v7uDL5piKwUd7Oxxa pbOcNyzLWyqi37+bXvLXBjdM3hKSoUM4D/x8YnAfAmsZi6Fl5GFGUHrrQyZjL7UiE/ 8hooWazxsKVDkYrO8adCH5L9OFgLpAI2ELxB+wlF+xR01FuvZwQuESweB07CJXqxMp g71fhpURCr4gA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7E21B18004A for ; Fri, 4 Oct 2024 11:16:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 4 Oct 2024 11:16:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1728040446; bh=Ic5Wl4ADntCqKLBP68NThyuqUTuQLzEBrudgq66Vg0s=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=VbCcoLOUQny4lDXwPaX39GB343yOmoedqixocVEmbICPXPhkLqOydaeRZIEFmoHW/ fBoaEBthd24I+oRXSXs+s1cz9aOOCy8Gif29jfqoSX8Cmxh+vHWy4Z7qH9mftpxXpl KE11GqEOLzOyN/RhOiNIOjPsmM+aUySsEJ4CncoYhAKLVqDSZMkQU3UcRrVJDaCT/N vQNIkAb/nwSRVT4K884NzIHEMStnbmId3X11uBqyrneUwYZ5K3bWru5kIDy16paWrX LCCTRoHm8h95VNTj+oAnjCj0t36Jcq7FIqy+UU4NttDKsi4TnJ35qkOoJ+BBOR4wYx XghNFFsdRY5eQ== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 7747610C027; Fri, 04 Oct 2024 12:14:06 +0100 (BST) Date: Fri, 4 Oct 2024 12:14:06 +0100 (BST) To: Juliette Reinders Folmer cc: PHP internals , Ayesh Karunaratne Subject: Re: [PHP-DEV] [RFC] [Discussion] Add get_declared_enums() function In-Reply-To: <66FC7B9F.5070906@adviesenzo.nl> Message-ID: <69c71756-3a75-86f0-ec71-ffb205bfe469@php.net> References: <66FC7B9F.5070906@adviesenzo.nl> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Wed, 2 Oct 2024, Juliette Reinders Folmer wrote: > L.S., > > After the earlier discussion [1] regarding this topic in August, it is our > pleasure to present the RFC to add a `get_declared_enums()` function to PHP > for discussion. > > https://wiki.php.net/rfc/get_declared_enums > > We look forward to your feedback and hope for a constructive discussion. My only comment is that I don't think you should have three different votes, but just the single one for the whole proposal. cheers, Derick