Briefing Zend Knowledge

Is the following code piece E_STRICT compliant?

Is the following code piece E_STRICT compliant?
<code>
finalclass Testing {
var$test = 0;
publicfunction tester() {
return”Tested!”;
}}
</code>

A.
Yes

B.
No