crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Different types of errors in PHP
Question Posted on 31 Mar 2012Home >> PHP >> PHP Questions >> Different types of errors in PHP

Below are the some common types of errors in php:-
(1)E_ERROR: A fatal error that causes script termination
(2)E_WARNING: Run-time warning that does not cause script termination
(3)E_PARSE: Compile time parse error.
(4)E_NOTICE: Run time notice caused due to error in code
(5)E_CORE_ERROR: Fatal errors that occur during PHP's initial startup (installation)
(6)E_CORE_WARNING: Warnings that occur during PHP's initial startup
(7)E_COMPILE_ERROR: Fatal compile-time errors indication problem with script.
(8)E_USER_ERROR: User-generated error message.
(9)E_USER_WARNING: User-generated warning message.
(10)E_USER_NOTICE: User-generated notice message.
(11)E_STRICT: Run-time notices.
(12)E_RECOVERABLE_ERROR: Catchable fatal error indicating a dangerous error
(13)E_ALL: Catches all errors and warnings
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

difference between echo and print

method to past value from one page to another in php

differenc between mysql_connect and mysql_pconnect

What is htaccess file

Code to combine or concatenate two variables in php






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap