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 is mean by portal

0 Answers  


Difference between get and post method.

0 Answers  


What Is a Persistent Cookie?

0 Answers  


How do I run a php script?

0 Answers  


What is PHP? Who is the father or inventor of PHP?

0 Answers  






What is oops php?

0 Answers  


How check variable is set or not in php?

0 Answers  


write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.

0 Answers  


what is the post and get method??

14 Answers   Google,


Is multiple inheritance supported in php?

0 Answers  


What is orm in php framework?

0 Answers  


How to fix "headers already sent" error in php

0 Answers  


Categories