Get 50% Flat Discount on This Special Offer | Limited Time Offer - Ends In COUPON: SAVE50

Practice Zend 200-550 Exam Questions

Page: 1/45
Total 221 Questions
Question No 1
What is the output of the following code? $a = 3; switch ($a) { case 1: echo 'one'; break; case 2: echo 'two'; break; default: echo 'four'; break; case 3: echo 'three'; break; }
Choose the Choices:


Question No 2
What is "instanceof" an example of?
Choose the Choices:


Question No 3
Which of the following may be used in conjunction with CASE inside a SWITCH statement?
Choose the Choices:


Question No 4
What is the output of the following code? $a = 'a'; $b = 'b'; echo isset($c) ? $a.$b.$c : ($c = 'c').'d';
Choose the Choices:


Question No 5
Which of the following are valid identifiers? (Choose 3)
Choose the Choices:


Page: 1/45
Total 221 Questions