Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how many error types in php? name there?

Answer Posted / vipin gupta

here are three basic types of runtime errors in PHP:

1. Notices: These are trivial, non-critical errors that PHP
encounters while executing a script - for example,
accessing a variable that has not yet been defined. By
default, such errors are not displayed to the user at all -
although you can change this default behaviour.

2. Warnings: These are more serious errors - for example,
attempting to include() a file which does not exist. By
default, these errors are displayed to the user, but they
do not result in script termination.

3. Fatal errors: These are critical errors - for example,
instantiating an object of a non-existent class, or calling
a non-existent function. These errors cause the immediate
termination of the script, and PHP?s default behaviour is
to display them to the user when they take place.

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why namespace is used in php?

1040


What language is similar to php?

1044


Tools used for drawing er diagrams?

1035


What is the use of explode() function?

1111


How to include variables in double-quoted strings in php?

1009


What are the array functions in php?

1029


What are the delimiters in php?

1007


How to create a web form?

1072


What are the popular content management systems (cms) in php?

970


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1958


Explain object-oriented methodology in php?

1058


What is an object in php?

1170


Explain the difference between php4 and php5.

1041


How to access a Static Member of a Class in PHP?

1080


What is use of count() function in php?

1096