what are the errors and when we get that particular
errors.and who will give that errors

Answers were Sorted based on User's Feedback



what are the errors and when we get that particular errors.and who will give that errors..

Answer / ks.tarun

In Php there ar different type of error like :
E_Error : Fatal run-time error
E_PARSE : Compile-time parse errors. Only generated by the
PHP parser.
E_NOTICE : Run-time notice,possible there is an error in
your code.

Is This Answer Correct ?    1 Yes 0 No

what are the errors and when we get that particular errors.and who will give that errors..

Answer / amitverma

Errors are mishappenings while the execution of a program.
In PHP errors occurs either compile/parse time or run time.
For more info visit official URL -
http://in.php.net/errorfunc

Is This Answer Correct ?    0 Yes 0 No

what are the errors and when we get that particular errors.and who will give that errors..

Answer / sekar

There are three types of error in php

1.Notice

2.fatal error

3.warning

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Is key exist in array php?

0 Answers  


Tell us how to create an array of a group of items inside an html form?

0 Answers  


Why die is used in php?

0 Answers  


Is time a dependent variable?

0 Answers  


How do I repair phpmyadmin?

0 Answers  


Can we extend two classes in php?

0 Answers  


Can we extend multiple classes in php?

0 Answers  


What is php string function?

0 Answers  


Tell me will a comparison of an integer 12 and a string "13" work in php?

0 Answers  


Php program to generate fibonacci series?

0 Answers  


Explain the ternary conditional operator in php?

0 Answers  


Tell me what is the main difference between php 4 and php 5?

0 Answers  


Categories