Explain Parsing and Execution in PHP? Where PHP Engine
Return errors?
Answers were Sorted based on User's Feedback
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 |
Answer / ashish tiwari
Vikram Vikram Vikram
Betaal Betaal Betaal
Vikram Vikram Vikram
Betaal Betaal Betaal
| Is This Answer Correct ? | 2 Yes | 7 No |
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 |
what are the differences between php and perl
How do I run a php program in dreamweaver?
Why many companies are switching their current business language to php? Where php basically used?
What is the output of the ucwords function in this example?
Explain me what is sql injection?
Write an example to remove html tags from a string in php?
What is mem_cache ? How do you put a database query into that ?
how many types of inheritance is there in php? name there?
What is button in html?
How would you impletement download and upload a file in php
Which function would you use to determine the length of a string in php?
Does php has a future?