Explain Parsing and Execution in PHP? Where PHP Engine
Return errors?

Answers were Sorted based on User's Feedback



Explain Parsing and Execution in PHP? Where PHP Engine Return errors?..

Answer / 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

Explain Parsing and Execution in PHP? Where PHP Engine Return errors?..

Answer / ashish tiwari

Vikram Vikram Vikram
Betaal Betaal Betaal
Vikram Vikram Vikram
Betaal Betaal Betaal

Is This Answer Correct ?    2 Yes 7 No

Explain Parsing and Execution in PHP? Where PHP Engine Return errors?..

Answer / vikram

tHIS IS THE VERY DEFICLUT WORK I ASKD ALWAYS THAT THIS
FETURES ENDED BY php5.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More PHP Interview Questions

Is it possible to get the screen resolution and like with php?

1 Answers  


What are differences between PECL and PEAR?

0 Answers  


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

0 Answers  


How long does a php session last for?

0 Answers  


How to join multiple strings into a single string?

0 Answers  


Can I include php in javascript?

0 Answers  


What is abstraction php?

0 Answers  


Why many companies are switching their current business language to php?

0 Answers  


What types of Data Can Be Used as Array Keys?

0 Answers  


What is $_session in php?

0 Answers  


How can we optimize or increase the speed of a mysql select query?

6 Answers  


What are the two most common ways to start and finish a php block of code?

0 Answers  


Categories