Zend PHP 5 Certification 200-500 Question # 4 Topic 1 Discussion

Zend PHP 5 Certification 200-500 Question # 4 Topic 1 Discussion

200-500 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

What is the output of the following code?

$first = "second";

$second = "first";

echo $$$first;


A.

first


B.

second


C.

an empty string


D.

an error


Get Premium 200-500 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.