Is the following code piece E_STRICT compliant? seenagape 9 years ago Is the following code piece E_STRICT compliant?<code>final class Testing {var $test = 0;public function tester() {return “Tested!”;}}</code> A.Yes B.No ← Previous question Next question →