Zend Certified PHP Engineer 200-550 Question # 65 Topic 7 Discussion

Zend Certified PHP Engineer 200-550 Question # 65 Topic 7 Discussion

200-550 Exam Topic 7 Question 65 Discussion:
Question #: 65
Topic #: 7

What will be the output value of the following code?

$array = array(1,2,3);

while (list(,$v) = each($array));

var_dump(current($array));


A.

bool(false)


B.

int(3)


C.

int(1)


D.

NULL


E.

Array


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.