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)- A3% (1)
- B12% (4)
- C82% (27)
- D3% (1)
Community Discussion
No community discussion yet for this question.