Briefing Zend Knowledge

Is the following code piece E_STRICT compliant?

Is the following code piece E_STRICT compliant?
<code>
final class Testing {
private $test;
public function tester() {
return “Tested!”;
}}
</code>

A.
Yes

B.
No