Texinterest
Sign in
x
Texinterest
Empower your learning
About Us
Privacy Policy
Forum Discussions
C Programming
Subjects
Science
Computer
Programming
English
General Knowledge
Rennaissance
Courses
Exams
Interviews
Add Notes
Contact us
Menu
Science
Computer
Programming
English
General Knowledge
Rennaissance
Different types of errors in PHP?
There are three types of errors in PHP
Notices
Warnings
Fatal Errors
Notices
These errors are not displayed to the users. These are non-critical errors.
This error occurs when you try to use a variable that has not been declared.
These errors will not stop the script.
This will notice and continue with the next termination of the script.
Example: Trying to use a function that has not been declared.
Warnings
These errors are more serious errors. But these errors will not terminate the script.
By default, these errors are not displayed to the users.
This would occur when you try to include a file that does not exist or delete a file that is not present.
By default, this error will give the notice and continue with the script.
Fatal Errors
Fatal errors can cause termination of the script.
These are critical errors.
Fatal errors are basically run time errors.
It occurs when you try to access what you cant be done.
Example: Trying to use a function that has not been declared.
Top Questions
What is the function of git diff in git?
The differences between static and dynamic websites?
Function Overloading In C++
DO WHILE LOOP in C Programming
How to Get current version of PHP?
What is PHP?
Continue Statement in C
How to create and load view in codigniter?
What are sessions in PHP?
What is the function of git log?
UNION in C
Get Current Version Of PHP
Arrays in C Programming
What are Arrays in PHP?
How to load public files in laravel
PHP Arrays
HTML5 Standards
Break Statement In C
What is the differene between require(), require_once(), include() and include_once()
Switch Statement in C
Tex AI Assistant
Online & ready to help
×
Hi! 👋 I'm your Texinterest AI assistant.
Ask me anything about programming, interview prep, courses, or any topic you're studying.
Press Enter to send · Powered by Gemini AI