On GNU/Linux, When an exception handler is called, PHP will end with exit status code 0 instead of 255.
You can change the exit status code with an exit() call at the end of your custom error handler.
On GNU/Linux, When an exception handler is called, PHP will end with exit status code 0 instead of 255.
You can change the exit status code with an exit() call at the end of your custom error handler.