[PHP-DEV] [RFC] [VOTE] array_find

2024-05-15 Thread Joshua Rüsweg
Hi I've just opened the vote for the "array_find" RFC. The RFC contains two votes, each of which requires a 2/3 majority. Voting runs until 2024-05-29 15:00 UTC. Please find the below resources for your reference: RFC: https://wiki.php.net/rfc/array_find PoC implementation:

Re: [PHP-DEV] Inconsistencies between parameter number and index when reflecting a method/function

2024-05-15 Thread Gina P. Banyard
On Thursday, 2 May 2024 at 13:48, Ollie Read wrote: > Hi All, > > I've been working on a PR that introduces > ReflectionFunctionAbstract::getParameter() and > ReflectionFunctionAbstract::hasParameter(), to fall more inline with the > other method sets we have, as well as just generally making