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...

Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?

Answer Posted / phponwebsites

Basically four types errors is occurred in php. There are:

1. Parse error
2. Fatal error
3. Warning
4. Noticed error
Parse error:

The parse errors php is the syntax error. It stops the execution of the script in php. The common reasons for occur parse in php as follows:
1.unclosed quotes
2.missing semicolon
3.unclosed braces
4.missing parentheses
5.add extra parentheses
Fatal error:

The fatal error will occur when you call the undefined function in php. It stop the execution of the php script.

Waring in php:

The warning is occurred when you include the file but the file is not found in php. It does not stop the execution of the php script.

For more details visit http://www.phponwebsites.com/2014/06/php-types-of-errors.html

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is framework in php for beginners?

1026


Tell me what is the difference between get and post?

1003


Does browser understand php?

983


Can constructor be private in php?

1077


Why does php need server?

1019


What is query string php?

1021


Is it possible to submit a form with a dedicated button?

992


Which MySQL function would you use to select a database?

1115


Does php need a closing tag?

998


Tell me what is the use of the function htmlentities?

992


How can php and javascript interact?

1343


What is the difference between query and question?

1011


Can we use include ("xyz.php") two times in a php page "index.php"?

1068


What is the advantage of runtime polymorphism?

988


Tell me what is the difference between the functions strstr() and stristr()?

1119