Which version of PHP introduced E_STRICT Error level?
PHP 5
Correct:
PHP 5
Answer: b Explanation: E_STRICT is PHP version portability suggestions. It is not strictly an error, but it is triggered whenever PHP encounters code that could lead to problems or forward incompatibilities.