Skip to content

garex/php-error-handler-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages