Zend 200-710 - Zend Certified Engineer Exam
Page: 3 / 18
Total 87 questions
Question #11 (Topic: Topic 1)
What is the output of this code?
[Zend-200-710-1.0/xmlfile-7_1.png]
[Zend-200-710-1.0/xmlfile-7_1.png]
A. hello world
B. hello $world
C. PHP Parser error
Answer: C
Question #12 (Topic: Topic 1)
What is the output of the following code?
[Zend-200-710-1.0/xmlfile-7_2.png]
[Zend-200-710-1.0/xmlfile-7_2.png]
A. false-false
B. false-true
C. true-false
D. true-true
Answer: B
Question #13 (Topic: Topic 1)
Which of the following items in the $_SERVER superglobal are important for authenticating the client when using HTTP Basic authentication? (Choose two.)
A. PHP_AUTH_TYPE
B. PHP_AUTH_PASSWORD
C. PHP_AUTH_DIGEST
D. PHP_AUTH_PW
E. PHP_AUTH_USER
Answer: DE
Question #14 (Topic: Topic 1)
What is the length of a string returned by: md5(rand(), TRUE);
A. Depends on the value returned by rand() function
B. 32
C. 24
D. 16
E. 64
Answer: D
Question #15 (Topic: Topic 1)
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
Answer: AC