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
What is the difference between == and === in php?
What is use of mysqli_query in php?
Php being an open source is there any support available to it?
How to remove white spaces from the beginning and/or the end of a string in php?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is difference between sql and php?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What is the meaning of xdebug?
What are the variables in php?
What is isset in php?
What does $_cookie mean?
What does the unset() function mean?
How to delete a file from the system?
What is the difference between array_map () and array_shift ()?