What are the different types of error in PHP?
There are four basic types of run-time errors in PHP:
- Notices
- Warnings
- Fatal Error
- 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? |