You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JoyceBabu I can add this feature at least for user classes, but we need to figure out how it should affect the class' objects, the class' succesors, their objects, code lines which use the class and so on.
I have a similar use-case for testing purposes. I want to dynamically unload a class if it's already loaded into memory and then use class_alias() to alias another class to the same name. If I could rename the class with runkit, then, presumably, I wouldn't need to unload it.
Is it possible to dynamically rename a class?
The text was updated successfully, but these errors were encountered: