Errors
Introduction
Sadly, no matter how careful we are when writing our code, errors are a
fact of life. PHP will report errors, warnings and notices for many common
coding and runtime problems, and knowing how to detect and handle these
errors will make debugging much easier.
&language.errors.basics;
&language.errors.php7;