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


Please Help Members By Posting Answers For Below Questions

Does php need a closing tag?

705


What does php do?

715


What is csrf token and how will you add csrf token in ajax?

703


How can we destroy the cookie in php?

724


Differences between get, post and request methods ?

726


How to remove the new line character from the end of a text line in php?

727


Do you know how to declare an array in php?

716


What are major variables in research?

735


Tell me what's the difference between include and require?

742


Php code to find whether a number armstrong or not?

715


Are php variables global?

734


Where can I find php ini file?

693


What happens when submit button is clicked?

701


What Is a Persistent Cookie?

791


How can we automatically escape incoming data?

698