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
How do I escape data before storing it in the database?
Can php use gettext?
What are major variables in research?
How to get the total number of values in an array?
What does PEAR stands for?
What is $_ get and $_ post in php?
What is a null coalescing operator in php7?
List few sensible functions in PHP?
How do you define a constant in php?
What does a delimiter do in mysql?
How to remove the new line character from the end of a text line?
Explain the visibility of the property or method?
What is query string php?
Explain the casts allowed in PHP?
What the limitation of header() function in php?