Hey Rob, On 6.3.2025 00:11:22, Rob Landers wrote:
Hello PHP Internals,I'd like to introduce my RFC for discussion: https://wiki.php.net/rfc/short-and-inner-classes
A small note on the Reflection section: it should include a method giving you an array of all contained ReflectionClasses: $reflection->getInnerClasses()
And likely also a method to get an inner class by name $reflection->getInnerClass("Foo").
Bob