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

How long is a php session valid?

513


How to download and install php for windows?

552


How to convert strings in hex format?

558


How long is csrf token?

536


What is string function sql?

524






What is difference between include and include_once in php?

500


How can you declare the array in php?

519


How do I end a php session?

503


What is session and why do we use it?

552


What is ci framework in php?

499


How long will it take to learn php?

506


What websites use php?

517


How to include a file code in different files in php?

510


List few sensible functions in PHP?

564


What is singleton class in php?

535