Free 200-550 Exam Braindumps (page: 2)

Page 1 of 56

What is the output of the following code?
echo '1' . (print '2') + 3;

  1. 123
  2. 213
  3. 142
  4. 214
  5. Syntax error

Answer(s): D



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;
}

  1. one
  2. two
  3. three
  4. four

Answer(s): C



What is "instanceof" an example of?

  1. a boolean
  2. an operator
  3. a function
  4. a language construct
  5. a class magic

Answer(s): B



Which of the following may be used in conjunction with CASE inside a SWITCH statement?

  1. A scalar
  2. An expression
  3. A boolean
  4. All of the above

Answer(s): D






Post your Comments and Discuss Zend 200-550 exam with other Community members:

200-550 Discussions & Posts