Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code?

<code>
$first = “second”;
$second = “first”;
echo $$$first;
</code>

A.
first

B.
second

C.
an empty string

D.
an error