What can prevent PHP from being able to open a file on the hard drive? (Choose two.)
What is the output of the following code?
Which of the following are valid code snippets? (Choose three.)
What is the output of the following code?
Given a php.ini setting of
default_charset = utf-8
what will the following code print in the browser?
Consider 3 PHP files that are called asynchronously via XmlHttpRequest:
Which of the following statements is true? (Choose two.)
How should class MyObject be defined for the following code to work properly? Assume $array is an array and MyObject is a user-defined class.
What is the output of this code?
Under what condition may HTTP headers be set from PHP if there is content echoed prior to the header function being used?
What exception type will catch the error raised by the expression 2 / 0?
What is the output of the following code?