Briefing Zend Knowledge

What is the output of the following code?

What is the output of the following code:
<code>
str_replace(array(“Apple”,”Orange”), array(“Orange”,”Apple”), “Oranges are orange and Apples are green”);
</code>

A.
Apples are orange and Oranges are green

B.
Apples are orange and Apples are green

C.
Apples are apple and Oranges are green

D.
Apples are apple and Apples are green