__static_call patch

php.internals

Unnamed Person

19 years ago
Hello, Etienne Kneuss provided me a patch to handle static called class methods properly - it works fine. Now i need antother patch for: __static_call_patch __static_set __static_get where can i find it? Sebastian Deutsch

Sara Golemon

19 years ago
> Etienne Kneuss provided me a patch to handle static called class methods > properly - it works fine. Now i need antother patch for: > > __static_call_patch > __static_set > __static_get > > where can i find it? >
__staticCall() is already in PHP6. __staticGet/Set/Isset/Unset don't exist (yet). -Sara