Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120196 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 10558 invoked from network); 5 May 2023 16:01:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 May 2023 16:01:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B21A2180549 for ; Fri, 5 May 2023 09:01:53 -0700 (PDT) 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.8 required=5.0 tests=BAYES_40,SPF_HELO_PASS, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS30827 82.113.144.0/20 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Fri, 5 May 2023 09:01:53 -0700 (PDT) Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 24B0A10C401; Fri, 5 May 2023 17:01:53 +0100 (BST) Date: Fri, 5 May 2023 17:01:52 +0100 (BST) To: Daniil Gentili cc: internals@lists.php.net In-Reply-To: <67b1e9b0-b7c6-71d4-cad2-2286edab759b@daniil.it> Message-ID: <5536a702-4a15-86d2-a178-8d0ef8797e50@php.net> References: <67b1e9b0-b7c6-71d4-cad2-2286edab759b@daniil.it> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PHP-DEV] Final anonymous classes From: derick@php.net (Derick Rethans) On Mon, 24 Apr 2023, Daniil Gentili wrote: > I've submitted https://github.com/php/php-src/pull/11126 to add > support for final anonymous classes, though as noted by iluuu1994, it > would probably make more sense to just make all anonymous classes > final by default, what do you think? Yes. cheers, Derick