Along with the introduction of Closures in PHP 5.3, has been introduced a getClosureThis() method on ReflectionFunctionAbstract.
Anyone has an idea what it is for? The doc does not say anything about it, Google has been useless so far, and my attempts on different ReflectionFunction/ReflectionMethod objects have all returned NULL
.