Reputation: 33
I am messing a little bit with PHP and I want to replace method from internal class. I can do it easy with function (just change function handler in EG(function_table)), but doing so for classes (EG(class_table)) doesn't work. EG(class_table)->function_table looks like is not initialized correctly. Is there a way to do it?
Upvotes: 0
Views: 131