What are the different types of Errors in PHP?
Answer Posted / 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 |
Post New Answer View All Answers
What's the difference between using mysql_ functions and pdo?
Is php easier than node?
Do you know how to declare an array in php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
How to convert numbers to strings in php?
How to randomly retrieve a value from an array?
What are the differences between echo and print?
What are session variables in php?
Are parent constructors called implicitly inside a class constructor?
How do I stop php artisan serve in windows?
Explain how can we execute a php script using command line?
Tell me how a constant is defined in a php script?
How to protect special characters in query string?
What is the use of session and cookies in php?
How do I escape in php?