Briefing Zend Knowledge

What is the output of the following code: echo "1" + 2 * "0x02";

What is the output of the following code: echo “1” + 2 * “0x02”;

A.
1

B.
3

C.
5

D.
20

E.
7