FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

garex/php-error-handler-bug: Bug in PHP with resetting error handler inside another · GitHub

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

php-error-handler-bug

https://bugs.php.net/bug.php?id=63206

When you reset error handler inside current working error handler, it's mask ignored.

Expected

set_error_handler error_handler, MASK
// .. set another handler in error_handler
// .. reset it
// .. all next errors should respect MASK

Actual

// .. all next errors ignore MASK

About

Bug in PHP with resetting error handler inside another

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL