debug_backtrace() is only returning args array with names populated only with numbers, so maybe there are other hacks to get to parent scope context ?
debug_backtrace() is only returning args array with names populated only with numbers, so maybe
Share
Check out Reflector Function
http://www.php.net/manual/en/class.reflectionfunction.php
Example
Class Example using ReflectionMethod