Explain Parsing and Execution in PHP? Where PHP Engine
Return errors?
Answer Posted / leelu
Parsing : In any language parsing is the step where the
written code's syntax is checked for the programming language.
So , We will get a parse error when the syntax is wrong
Execution : Once the parsing is done, the code is executed
by zend engine , here if there are some missing classes or
function definitions that are used in the program which the
engine cannot determine, then execution errors are thrown.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Does php need a closing tag?
What does php do?
What is csrf token and how will you add csrf token in ajax?
How can we destroy the cookie in php?
Differences between get, post and request methods ?
How to remove the new line character from the end of a text line in php?
Do you know how to declare an array in php?
What are major variables in research?
Tell me what's the difference between include and require?
Php code to find whether a number armstrong or not?
Are php variables global?
Where can I find php ini file?
What happens when submit button is clicked?
What Is a Persistent Cookie?
How can we automatically escape incoming data?