Zend
200-530 · Question #395
Which of the following operators will you use to check whether two variables contain the same instance of an object or not?
The correct answer is B. ===. See the full explanation below for the reasoning.
Question
Which of the following operators will you use to check whether two variables contain the same instance of an object or not?
Exhibit
Options
- A==
- B===
- C=
- D.
How the community answered
(37 responses)- A3% (1)
- B76% (28)
- C14% (5)
- D8% (3)
Community Discussion
No community discussion yet for this question.
