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