Hy guys.
I want to analyze the result of each function that I call. If this result is a exception or is false then the script ends. I can do this manually, but it is a big waste of time to call a control function for each new function.
Something like this:
Can I configure PHP to set this error function automatically?
Thanks.