I'm aware that I cannot have new ReflectionClass(static) in PHP (5.3) as I just tried it. Is there any other way to get around this restriction?
Passing in a string is not an option, although somehow getting the string of the class name is acceptable. However, idk if it'd work as I'm working with namespaces as well.
Thanks
staticis a keyword, not an object or an class. Why did you expect it to work? What were you intending to do?