nerdexam
Zend

200-530 · Question #3

200-530 Question #3: Real Exam Question with Answer & Explanation

The correct answer is C. Array. See the full explanation below for the reasoning.

Question

You run the following PHP script: <?php if ( preg_match("/[^a-z589]+/", "AB asdfg589nmGH", $array) ) { print "<pre>\n"; print_r( $array ); print "</pre>\n"; } ?> What will be the output?

Options

  • AArray
  • BArray
  • CArray
  • DArray

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice