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 |
Which will check if a function exists?
How can I maintain the count of how many persons have hit my site?
1 Answers MTOG, Rushmore Consultancy,
How to write in a file in php?
What kind of things have you done on the social side?
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
What are the features of php?
What are different types of Print Functions available in PHP?
What are the php variables?
What is The difference between ' and " where they can ben in between or outmost and how
What is the most common http method?
Which escape sequences can be used in single quoted strings in php?
What’s the difference between htmlentities() and htmlspecialchars()?