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

What are the different types of Errors in PHP?

Answer Posted / guru

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 in php:

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.
Noticed Error:
The noticed error is occurred when you use undefined variable. It does not stop execution of the php script

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

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to swap two numbers using php.

1103


What is the functionality of md5 function in php?

1070


What is the function func_num_args() used for?

1003


What's the best method for sanitizing user input with php?

978


Where can I learn php?

992


Is it possible to destroy a cookie?

1042


What is meant by public, private, protected, static and final scopes?

1085


Explain how to execute a php script using command line.

1232


How to do single and multi line comment in php?

1049


Is empty check in php?

1103


What is a php namespace?

1013


what is the scope of php in the future if any other language is developed then may be php is loss ???

14613


What does nan stand for computer science?

1040


Explain about a search-friendly site looks like?

900


Write a program in php to find the occurrence of a word in a string?

1129