E_STRICT
12/21
get_class()
var vs. public
E_STRICT is a new error level.
•
Not part of E_ALL
•
Numerical value is 2048 (and E_ALL is still 2047)
•
To see all errors: E_ALL | E_STRICT
Affects:
•
Automagically creating objects
•
var / public modifiers
•
Constructor naming