Loren Osborn

Results 24 comments of Loren Osborn

@lisachenko, yes, I will, of course honor the wishes of my employer, in contributing to this project (and others) on company time; I was trying to give you my best...

I just realized that most of my recent discussion on this thread is really related to issue #2

This is a duplicate of issue #64, but I have a working fix for this that I just need permission to disclose and contribute.

I actually have developed a fix for this, but: - ~~My earliest changes that resolved this issue didn't properly account for classes that had already been loaded and broke the...

It looks like there are a few edge cases you missed, including parent interface of an interface. I'll try to update the gist with a more complete set of tests...

One thing I saw that I did differently in my tests, was that I collected all my library behavior data **before** including any of my PHP files containing the code...

Ok... I updated the the public Gist to the more complete one that I ended up using. The code isn't pretty and would need some heavy refactoring if it wasn't...

![goaop_parserreflection_issubclassofissue72_revised_correctbehavior](https://cloud.githubusercontent.com/assets/2467372/24974636/ae9923ce-1f77-11e7-805d-fc90d5792a44.png) I am attaching a screenshot of how the output **should** look when these two methods are functioning properly.

I'm not sure that this makes for the cleanest code, but I found the easiest way to mimic the native `ReflectionExceptions` is to catch the current Exception, verify it's the...

I think I mentioned this in the other thread, but I thought I'd point out a reasonable use case for something you would not want to build into this module's...