What are the different types of error in PHP?

There are four basic types of run-time errors in PHP:

  1. Notices
  2. Warnings
  3. Fatal Error
  4. Parse Errors:

For more detail, please check PHP Errors


Learn more about the similar topics:
Tutorials
PHP Errors
Exercises & Assignments
No Content Found.
Interview Questions & Answers
What are the different types of error in PHP?
How you can force maximum execution time error in PHP?