Can I hook error_log(...)?
Is there a hook for error_log(...) ? On my development environment I would like to var_dump the results instead of having to check the log file each time.
Is there a hook for error_log(...) ? On my development environment I would like to var_dump the results instead of having to check the log file each time.
Try using standard function from PHP set_error_handler()
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.