Which version of PHP introduced E_STRICT Error level?
A
PHP 4
B
PHP 5
C
PHP 5.2
D
PHP 5.3
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.