Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130289 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 lists.php.net (Postfix) with ESMTPS id 726C21A00BC for ; Wed, 11 Mar 2026 09:54:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1773222858; bh=Yfe3+2bcQ3TvnZsXCsW/VybzLzNOiorHTTT8ILmdrbQ=; h=From:Subject:Date:References:To:In-Reply-To:From; b=N8rUMmdPGMdRmsFmKtNiXwi7Hauov0aexFShFB8fRp2lCvGAQBkG7AXUHq4b5o1Hm 0LzD376WkDqUU0Dk6MZxmW/DsBc5FNUilrnMF3gQN7njO0qsr6cIIfPuqg/0TUfoJH tiHfsgqTurbODttWqxg6e17Kvi8GG+qnO76wt4lu/UvSXyzn5CTHQacXpkLTzz26L3 aiO98OS2gd4xu45ZNlTOldgcSfD2hMLm0DRVh3ataymGUqx3RitvpGnhYMG9Ns3bmU gwJEVNTGlSLtMeQ4sT8i/qVzxcXc6Eg0Sj+fruwibdnYejZyBxAqz5axlfMJjwJDJD hKzS/DuTqaDXQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4A3DC180061 for ; Wed, 11 Mar 2026 09:54:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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,DMARC_PASS,SPF_PASS, T_SPF_HELO_TEMPERROR autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail.gna.ch (darkcity.gna.ch [84.234.28.114]) (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 ; Wed, 11 Mar 2026 09:54:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.gna.ch (Postfix) with ESMTP id E9BA4238176A for ; Wed, 11 Mar 2026 10:53:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cschneid.com; s=default; t=1773222837; bh=Yfe3+2bcQ3TvnZsXCsW/VybzLzNOiorHTTT8ILmdrbQ=; h=From:Subject:Date:References:To:In-Reply-To; b=asvSHTG+WRKLKv8TMPJa0Qmmbv1W6zNbFfhL20UfEhXV9YhIREx/p9Cohe59L1mP8 Tqm3yi6GHhclK/tDJQVuQOyWP71gc16PqiyaDrdpgA0i5/GtQ38GGfs347lqe51H6F 1QnzoWuCdr4GfSQTCgQbkgw24jPcp9T7Vw1RtFQQ= X-Virus-Scanned: amavisd-new at gna.ch Received: from mail.gna.ch ([127.0.0.1]) by localhost (mail.gna.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d7Pz0uteHpIQ for ; Wed, 11 Mar 2026 10:53:55 +0100 (CET) Received: from smtpclient.apple (unknown [194.169.219.181]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail.gna.ch (Postfix) with ESMTPSA id BC2482381769 for ; Wed, 11 Mar 2026 10:53:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cschneid.com; s=default; t=1773222835; bh=Yfe3+2bcQ3TvnZsXCsW/VybzLzNOiorHTTT8ILmdrbQ=; h=From:Subject:Date:References:To:In-Reply-To; b=HCZuw81KZGNuW634tSWJ7gboKQid6LM+IjfkbKRGSzR5pUhghxdS4QBZMPFRZhelw KsaVR7ctwAXqtjey4oQfKlpXFmTIPMTHdILBC9kzDOUP7aeHW6hJml5548WY6BRZXP DMCZri2hCOadMnO7YMv6v3w9BMkp6Pft9NdtuVJ8= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.400.21\)) Subject: Re: [PHP-DEV] [RFC] DocComments For Function Parameters Date: Wed, 11 Mar 2026 10:53:55 +0100 References: <24229A82-F5BF-48F2-9E6C-FE45A99FB9E9@cschneid.com> To: PHP internals list In-Reply-To: <24229A82-F5BF-48F2-9E6C-FE45A99FB9E9@cschneid.com> Message-ID: X-Mailer: Apple Mail (2.3864.400.21) From: cschneid@cschneid.com (Christian Schneider) Am 21.02.2026 um 18:51 schrieb Christian Schneider = : > I would like to introduce DocComment support for function parameters: >=20 > https://wiki.php.net/rfc/parameter-doccomments I intend to open the voting for the DocComment support RFC on Friday, = March 13. This serves as the "Intent to Vote" message. If there are any questions or concerns regarding the RFC, please raise = them at this time, so I can clarify or make any changes, as needed. Regards, Chris