Zend Certified PHP Engineer 200-550 Question # 8 Topic 1 Discussion

Zend Certified PHP Engineer 200-550 Question # 8 Topic 1 Discussion

200-550 Exam Topic 1 Question 8 Discussion:
Question #: 8
Topic #: 1

What will be the result of the following operation?

$a = array_merge([1,2,3] + [4=>1,5,6]);

echo $a[2];


A.

4


B.

3


C.

2


D.

false


E.

Parse error


Get Premium 200-550 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.