Advertisement
Guest User

What are the types of errors in PHP?

a guest
Jul 22nd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. What are the types of errors in PHP?
  2.  
  3.          Normally 4 types of errors available in PHP. There are following,
  4.                               1. Parse error
  5.                               2. Fatal error
  6.                               3. Warning
  7.                               4. Noticed error
  8.  
  9. Reference: http://www.phponwebsites.com/2014/06/php-types-of-errors.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement