I want to catch all the errors in my code. I know that we can use the set_error_handler function to set a exception handler function for doing it, like this. But, if I use this method previous handler will be disabled, and I do not want something like that. Do you have any idea?
beforehand appreciate any help