Briefing Zend Knowledge

What will the following code print out?

What will the following code print out? $str = ‘✔ one of the following’; echo
str_replace(‘✔’, ‘Check’, $str);

A.
Check one of the following

B.
one of the following

C.
✔ one of the following