Thanks!!! This works, however, only if the handler function is marked as public (there's absolutely no output for protected or private). I wonder if there's any way around that?
@TTG: Since `fatal_error_handler` is called from outside the class, there's no way around it that respects visibility until PHP 5.3, when we get closures with our lambdas. Why is the error handler private/protected?