Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106529 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 99810 invoked from network); 10 Aug 2019 18:27:16 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 10 Aug 2019 18:27:16 -0000 To: internals@lists.php.net References: Date: Sat, 10 Aug 2019 16:54:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Posted-By: 94.4.34.143 Subject: Re: Call for participation: Annotating internal function argument andreturn types From: markyr@gmail.com (Mark Randall) Message-ID: On 10/08/2019 11:56, Nikita Popov wrote: > Hi, > > Lack of type information for internal functions in Reflection is a > long-standing issue. In PHP 8 we finally have all the necessary technical > groundwork done to support argument and return type annotations on internal > functions at scale. Question - If every function needs looking through and parsing, would this be a suitable time to move from the ZPP varadic to the macros?