]> granicus.if.org Git - php/commit
MFH
authorMarcus Boerger <helly@php.net>
Sat, 3 Jan 2009 19:08:47 +0000 (19:08 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 3 Jan 2009 19:08:47 +0000 (19:08 +0000)
commit12df96e0de3c15528d85c3efdd03fe1b1e010648
treefce01a04e0f68180190677433a9e47abfd4287ed
parent4651b7f635bcc076ced2610f59f58e6662a84698
MFH
- Add ReflectionFunctionAbstract::getClosureThis()
[DOC]
# Returns the this pointer bound to the closure is the relection object
# points to closure. Since not all closures have a bound this, the method
# cannot be used to differentiate between normal functions/methods and
# closures. Instead ReflectionFunctionAbstract::isClosure() has to be used.
ext/reflection/php_reflection.c