Re: [PHP-DEV] Possible improvements to the Reflection functionality

2022-05-07 Thread Ollie Read
Hey again! > Greetings. > > I've also been doing a lot of work with Reflection lately as part of > https://github.com/Crell/AttributeUtils . I agree with and support almost > all of these additions. (I'm no entirely convinced by > getNumberOfAttributes(), but I don't really see a harm in it.)

Re: [PHP-DEV] Possible improvements to the Reflection functionality

2022-05-07 Thread Larry Garfield
On Thu, May 5, 2022, at 12:04 PM, Ollie Read wrote: > Hello all, > > I've been spending a lot of time in the world of PHP reflection lately, > which has led me to create PRs for the documentation, a bug for closure > attributes, and even a new method on ReflectionMethod. I've also > compiled a l

[PHP-DEV] Possible improvements to the Reflection functionality

2022-05-05 Thread Ollie Read
Hello all, I've been spending a lot of time in the world of PHP reflection lately, which has led me to create PRs for the documentation, a bug for closure attributes, and even a new method on ReflectionMethod. I've also compiled a list of suggestions for various additions and improvements to so