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

How can i send a HTML file to mail account.

2 Answers  


What is MIME?

2 Answers  


What is use of isset function in php?

0 Answers  


How do you use end in python?

0 Answers  


Tell me how the result set of mysql be handled in php?

0 Answers  






Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?

0 Answers  


How to run a php script?

0 Answers  


What is difference between php and html?

0 Answers  


What does csrf token mismatch mean?

0 Answers  


what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?

2 Answers  


Why session is required?

0 Answers  


Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

0 Answers  


Categories