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

"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.

0 Answers  


How to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


How can I display text with a php script?

0 Answers  


Explain the differences between get and post methods?

0 Answers  


Explain how is it possible to cast types in php?

0 Answers  






what is variable scope, which variables are accessible from where and what are "undefined variable" errors?

0 Answers  


What does the arrow mean in php?

0 Answers  


When are you supposed to use endif to end the conditional statement?

0 Answers  


How to count a number of words in a string in php?

0 Answers  


Define urlencode() and urldecode() used in php?

0 Answers  


What is uniqid php?

0 Answers  


What is RSS?How to use it in Program?

3 Answers  


Categories