Alexander Lisachenko
Alexander Lisachenko
Hi, @loren-osborn! Thank you for reporting this issue. Of course, sometimes it can be very hard to emulate original reflection behavior, so I suppose that there are issues in my...
Could you please check the branch `fix/is-subclass-of`? I've added additional checks to make `isSubclassOf` method compatible with original reflection.
I will think about that, but I have a feeling, that you can just override the concrete class with your own implementation, and this way is much more simpler, because...
I'm going to add configurable class names into the library to have an ability to extend functionality. But I wonder why do you want to extend reflection classes and for...
Change was introduced during fixing https://bugs.php.net/71414
You are trying to analyze several classes, defined in one file. Currently it's not supported by the engine. You should use PSR standard and put each class into it's own...
Hello, this library was designed in such a way to be as close to the original behavior as possible, so if class is already loaded into the memory (or internal...
Related issue for tracking: https://github.com/nikic/PHP-Parser/issues/260
Partially prepared for PHP7.1, enabled nikic/php-parser ~3.0. Refactored tests to be able to run them on different platforms.
Added support for the nullable types in 7.1