Greetings.
I've made a simple function to act as an Error Handler, but I've found out that it only work for errors called by the trigger_error() function.
What I'd like to know is if it is possible to make this function to be called in ANY case, being on a USER level or not. It will be something like redirecting STDERR, I guess, but I've just couldn't do it based only in the docs.
TIA,