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
Two Dimensional Arrays in C Programming
Advantages Or Benefits Of C Over Other Programming Languages
How to create and load view in codigniter?
Pass data from a function in a model to a controller in Codigniter
Flowchart In Programming
What is the function of git log?
Object Oriented Programming
Create a registration form using HTML
Arrays in C Programming
While loop in C
What are the different functions in PHP for sorting an array?
DOCTYPE in HTML
CSRF (Cross Site Request Forgery) Protetion in Laravel
What is PHP?
How to load public files in laravel
What is the difference between GET and POST?
What are sessions in PHP?
What is the differene between require(), require_once(), include() and include_once()
How to commonly pass data to all views from single controller in Laravel
BASIC HTML PAGE
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