1.

Which version of PHP introduced E_STRICT Error level?(a) PHP 4(b) PHP 5(c) PHP 5.2(d) PHP 5.3I got this question in examination.Question is from Error Handling topic in division Error Handling and Exception Handling in PHP of PHP

Answer» CORRECT option is (b) PHP 5

The best 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.


Discussion

No Comment Found

Related InterviewSolutions