Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code?
<code>
echo “22” + “0.2”, 23 . 1;
</code>

A.
220.2231

B.
22.2231

C.
22.2,231

D.
56.2