Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120233 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57164 invoked from network); 11 May 2023 16:37:24 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 May 2023 16:37:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1727D1804D7 for ; Thu, 11 May 2023 09:37:21 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 11 May 2023 09:37:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1683823038; bh=jj9DUswqdWICPPNwdUXSaHuhKD05tY74WgqlUFc9YZE=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:from:to: cc:subject:message-id; b=lBrPP7wcusn1Z1qTrQCwWyD66rAjeb99wx2NgkXV6JMrfHJJhRgoStC60t4BwOG7O mJle1QXP62LKaZcDxCFrX+/Nvvbemq0Vd+5+d87rbmGg7wM25iM6VCcgE9VBZF7Elu QScCJye3nbyZlA/kYB1UylEd8jmAJ80sW9YTa4qgtKlDTeaZMX0DPi45WKolUcIiyy 39PtrPsJAoF2X2SQn1+/y0QYPKWdzLtcISE/XJJCQMdQGw6YMdS+RmFnFKCNZDJeHq 3ZgTRLAuNFVzmn1MqoG1QRXKS/fTDOi07Chk8OCEAztScwaUgUa5gPYr2UFpOf49rM 52buBob2Ks9rQ== Message-ID: Date: Thu, 11 May 2023 18:37:16 +0200 MIME-Version: 1.0 Content-Language: en-US To: PHP internals Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: RFC [Discussion]: Marking overridden methods (#[\Override]) From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi I'm now opening discussion for the RFC "Marking overridden methods (#[\Override])": ---- RFC: Marking overridden methods (#[\Override]) https://wiki.php.net/rfc/marking_overriden_methods Proof of concept implementation is in: https://github.com/php/php-src/pull/9836 ---- Thanks to Ilija Tovilo for reviewing the implementation, providing additional test cases and proof-reading the RFC text. Also thanks to my coworkers at WoltLab for proof-reading the RFC text as well. Any remaining mistakes [1] are my fault :-) Best regards Tim Düsterhus [1] For example the typo in the URL that I noticed too late.