Voting

: three plus six?
(Example: nine)

The Note You're Voting On

luisdev
7 years ago
This article refers to these two reporting levels:

// Report all PHP errors (see changelog)
error_reporting(E_ALL);

// Report all PHP errors
error_reporting(-1);

What is the difference between those two levels?

Please update this article with a clear explanation of the difference and the possible use cases.

<< Back to user notes page

To Top