mirror of https://github.com/php/php-src
Browse Source
set_error_handler(null) and set_exception_handler(null) now return the previous error/exception handler instead of just returning bool(true). This is consistent with the behavior of these functions with non-null values.pull/204/merge
3 changed files with 32 additions and 4 deletions
Loading…
Reference in new issue