Rocky
By: a guest | Oct 8th, 2008 | Syntax:
PHP | Size: 0.40 KB | Hits: 79 | Expires: Never
Error reporting levels
There are 2 levels of error reporting which i would like to cover.
E_STRICT : Returns errors but is very strict on what it returns.
AND
E_ALL : Returns all errors.
both can be used at the same
time however i find it best to
switch between the to
.
i am not going to go into depth about how to assign error reporting using php i will cover that in a new tutorial.