Which of these error types may be handled by a user defined error handler function? (Choose two.)
A. E_ERROR
B. E_NOTICE
C. E_PARSE
D. E_WARNING
An object can be counted with count() and sizeof() if it...
A. implements ArrayAccess
B. has a public __count() method
C. was cast to an object from an array
D. None of the above
Given the following array:
$a = array(28, 15, 77, 43);
Which function will remove the value 28 from $a?
A. array_shift()
B. array_pop()
C. array_pull()
D. array_unshift()
Transactions are used to...
A. guarantee high performance
B. secure data consistency
C. secure access to the database
D. reduce the database server overhead
E. reduce code size in PHP
Late static binding is used in PHP to:
A. Load dynamic libraries and extensions at runtime
B. Use caller class information provided in static method call
C. Resolve undefined class names by automatically including needed files
D. Find proper method to call according to the call arguments
Which of the following items in the $_SERVER superglobal are important for authenticating the client when using HTTP Basic authentication? (Choose 2)
A. PHP_AUTH_TYPE
B. PHP_AUTH_PASSWORD
C. PHP_AUTH_DIGEST
D. PHP_AUTH_PW
E. PHP_AUTH_USER
Which function can NOT help prevent cross-site scripting? (Choose 2)
A. addslashes()
B. htmlentities()
C. htmlspecialchars()
D. strip_tags()
E. quotemeta()
Which of the following statements about exceptions is correct? (Choose 2)
A. you can only throw classes derived from Exception
B. a try block can have multiple catch blocks
C. a try block must not be followed by a catch block
D. try blocks cannot contain nested try blocks
Which of the following can be registered as entry points with a SoapServer instance (choose 2):
A. A single function
B. A single method from a class
C. All methods from a class
D. All classes defined in a script
What is the output of the following code?
$first = "second";
$second = "first";
echo $$$first;
A. "first"
B. "second"
C. an empty string
D. an error
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Zend exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 200-710 exam preparations and Zend certification application, do not hesitate to visit our Vcedump.com to find your solutions here.