Guest
Public paste!

Rocky

By: a guest | Oct 8th, 2008 | Syntax: PHP | Size: 0.40 KB | Hits: 79 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Error reporting levels
  2.  
  3. There are 2 levels of error reporting which i would like to cover.
  4.  
  5.  
  6. E_STRICT : Returns errors but is very strict on what it returns.
  7.  
  8. AND
  9.  
  10.  
  11. E_ALL : Returns all errors.
  12.  
  13. both can be used at the same time however i find it best to switch between the to.
  14.  
  15. i am not going to go into depth about how to assign error reporting using php i will cover that in a new tutorial.