What are the different types of Errors in PHP?
Answer Posted / nikunj
As per above answer, PHP gives one more error message that
is :
Parse Error: When we make mistake in PHP code like, missing
semicolon or any unexpected symbol in code
| Is This Answer Correct ? | 126 Yes | 17 No |
Post New Answer View All Answers
What is the difference between unset and unlink?
Is nan in javascript?
Is java is better than php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is pdo classes?
How the result set of mysql be handled in php?
How to find datatype of variable in php?
What is a static variable in php?
In php how can you jump in to and out of "php mode"?
What are magic constants in php?
What is alias in php?
What is the use of extract function in php?
Which method removes the last element from the end of an array?
What is a persistence cookie?
Write a program in php to reverse a number?