nerdexam
Zend

200-530 · Question #3770

Which of the following data types is implicitly passed by reference in PHP 5 while it is passed by value in PHP 4?

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

Question

Which of the following data types is implicitly passed by reference in PHP 5 while it is passed by value in PHP 4?

Options

  • AClass
  • BString
  • CObject
  • DArray

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    12% (4)
  • C
    82% (27)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice