Hacker News new | ask | show | jobs
by kylewpppd 5438 days ago
This is exactly what PHP does. Yes, it issues you a notice, not a warning, not an exception. And it does not break execution. Just set your error_reporting variable to a lower level, and you won't get the Notice at all.