Zend-Technologies Zend PHP 5 Certification - 200-500 Exam Practice Test
Which of these protocols are NOT governed by the W3C in their latest versions? (Choose
2)
2)
Correct Answer: C,D
Vote an answer
What function is ideal for outputting contents of a static file to screen?
Correct Answer: D
Vote an answer
What is the return value of the following code: substr_compare("foobar", "bar", 3);
Correct Answer: A
Vote an answer
What can prevent PHP from being able to open a file on the hard drive (Choose 3)?
Correct Answer: B,C,D
Vote an answer
Which of the following is NOT possible using reflection?
Correct Answer: B
Vote an answer
What is the output of the folowing code?
1 <?php
2 echo '1' . (print '2') + 3;
3 ?>
1 <?php
2 echo '1' . (print '2') + 3;
3 ?>
Correct Answer: B
Vote an answer
What does an object based on the Active Record pattern provide?
Correct Answer: C
Vote an answer
Which of the following are valid SoapClient calls? (Choose 2)
Correct Answer: A,C
Vote an answer
Which elements does the array returned by the function pathinfo() contain?
Correct Answer: D
Vote an answer