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 would you open a directory for reading in php?
What is the use of rand() in php?
What is use of htmlspecialchars php?
Why php is used in html?
Where is the functions php in wordpress?
What are the different types of PHP arrays?
What is the main function of php?
Tell me which function gives us the number of affected entries by a query?
What does $_env mean?
Does php have future?
How can we get the error when there is a problem to upload a file?
What is move_uploaded_file in php?
Write down the code for saving an uploaded file in PHP.
What is a static method php?
Explain me what is the meaning of a persistent cookie?