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

What are html entities?

0 Answers  


Should I learn php before wordpress?

0 Answers  


What are PHP Magic Methods/Functions. List them.

0 Answers  


How do you add a joomla Template in admin panel of joomla? Please mention the steps

3 Answers   Cognizant, T3 Softwares,


How can php and javascript interact?

0 Answers  






how many error types in php? name there?

5 Answers  


What are examples of independent and dependent variables?

0 Answers  


What is meant by nl2br()?

4 Answers   Rushmore Consultancy,


What is a controller php?

0 Answers  


What is put method in php?

0 Answers  


What is the use of $_request variable?

0 Answers  


What is meant by ‘passing the variable by value and reference' in php?

0 Answers  


Categories