Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the best practice for running mysql queries in php? Consider the risk of sql injection.

1000


What is $row in php?

903


What is phpsessid?

915


Why php is widely used?

901


What are global variables in php?

900


What is difference between static and constant in php?

938


What are constructor and destructor in PHP?

1031


Is php a float?

955


What new features php7 has in store for us?

941


How to pass variables and data from php to javascript?

963


What is the difference between laravel and php?

875


What are the steps involved to run php?

1000


How to submit form without a submit button.

995


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

3487


Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?

938