Briefing Zend Knowledge

What will the following function call return?

What will the following function call return?
<code>
strstr(‘http://example.com/test/file.php’, ‘/’);
</code>

A.
/example.com/

B.
/file.php

C.
file.php

D.
//example.com/test/file.php