Exam Summer
Exam Summer
36. Which of the following error stops the execution of the script?
A. Parse Error C. Warning Error
B. Fatal Error D. Notice Error
38. A ________ is a collection of PHP code that does something. It can be as simple as a variable
assignment or as complicated as a loop with multiple exit points.
A. Case Sensitivity C. Semicolons
B. Whitespace Insensitive D. Statement
39. What does this statement identifies, “You can spread a statement across any number of lines, or
lump a bunch of statements together on a single line.”
A. Case Sensitivity C. Comments
B. Whitespace Insensitive D. Statement
40. __________ give information to people who read your code, but they are ignored by
PHP at execution time.
A. Case Sensitivity C. Comments
B. Whitespace Insensitive D. Statement