Which version of PHP introduced E_STRICT Error level?
Which version of PHP introduced E_STRICT Error level? Correct Answer PHP 5
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.