What are the different types of Errors in PHP?

Answers were Sorted based on User's Feedback



What are the different types of Errors in PHP? ..

Answer / 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

What are the different types of Errors in PHP? ..

Answer / 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 ?    1 Yes 0 No

What are the different types of Errors in PHP? ..

Answer / kumar

IS IT A CHATING SITE?I DON'T THING ONE CAN GET HIS ANSWER VISITING THIS SITE.PLEASE STOP CHATING AND USE IT IN A PROPER WAY.
I HAD TO WRITE IT SORRY.

Is This Answer Correct ?    1 Yes 1 No

What are the different types of Errors in PHP? ..

Answer / abcd

WARNING - Run-time warnings (non-fatal errors). Execution of
the script is not halted.

NOTICE - Run-time notices. Indicate that the script
encountered something that could indicate an error, but
could also happen in the normal course of running a script.

Is This Answer Correct ?    0 Yes 0 No

What are the different types of Errors in PHP? ..

Answer / lakshmi

A Error is a kind of oversight. We can say a mistake is a state of having wrong or false information or a lapse is characterized as a surprising, invalid project state from which it is difficult to recuperate. 

Error can likewise be characterized as "a deviation from exactness or accuracy". A "slip-up" is a blunder brought about by a blame: the issue being confusion, heedlessness, or absent mindedness. A lapse message with filename, line number and a message depicting the slip is sent to the program.
checkout this http://askxpert.com/46/what-are-the-different-types-of-errors-in-php

Is This Answer Correct ?    0 Yes 0 No

What are the different types of Errors in PHP? ..

Answer / seemant saxena

Dear concern,

This is seemant. Kindly help me. i have done BE in it
stream, but i am not more knowledge in computer language.
so i have start leaning with php.

so kindly suggest me what will be do in stating.

Is This Answer Correct ?    0 Yes 1 No

What are the different types of Errors in PHP? ..

Answer / dfsgfsd

e-compile error
e-warning error
e-parse error
e-fatal error
e-recoverable error
e-all
e-user error
e-user_compile_error

Is This Answer Correct ?    16 Yes 19 No

What are the different types of Errors in PHP? ..

Answer / naveed

hello every body, this is naveed. iam a mca fresher. so
please tell me that which mnc's are hiring for php or
joomla??

my email id is :- naveed.87mca@gmail.com

thank u

Is This Answer Correct ?    8 Yes 17 No

What are the different types of Errors in PHP? ..

Answer / yamini

HAI,
THIS IS YAMINI ,I AM TRYING ON PHP.SO,CAN U SEND ME 2
YEARS EXPERIENCED RESUME..

REGARDS,
YAMINI

Is This Answer Correct ?    30 Yes 44 No

What are the different types of Errors in PHP? ..

Answer / sankar

hi YAMINI i have 2 years experience resume and me also if u
want send ur emailid i will send this is my email id
sankar.sakthi@g-antssoft.com,sankarlogin@gmail.com

Is This Answer Correct ?    9 Yes 38 No

Post New Answer

More PHP Interview Questions

Is key exist in array php?

0 Answers  


Explain about require and include function?

0 Answers  


What is the difference between echo print and print_r in php?

0 Answers  


what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?

2 Answers  


If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?

0 Answers  






How i can integrate merchant payment get way in zen cart? in php? plz help me

1 Answers   BA Continnum Solutions,


What is get method in java?

0 Answers  


What is the difference between characters 34 and x34?

0 Answers  


If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100

15 Answers   ABC, Asan, Indivar, Swistro Marketing Solutions,


Explain me soundex() and metaphone()?

0 Answers  


explain the changes in php version

3 Answers  


why we use @symbol before the variable

5 Answers   HCL, Numark,


Categories