Hacker News new | ask | show | jobs
by wwweston 2516 days ago
Which is a little weird, but cases where you'd want `isset` to treat variables intentionally set to null the same as variables that are entirely undeclared are considerably more frequent (just ran into one yesterday!) than cases where you'd need to carefully distinguish them.
1 comments

It's also great at hiding bugs where you mistyped the variable name passed to isset(). ;)