Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which version of PHP introduced E_STRICT Error level?

a) PHP 4
b) PHP 5
c) PHP 5.2
d) PHP 5.3

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.

Join The Discussion