Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 432 Bytes

0013.md

File metadata and controls

19 lines (16 loc) · 432 Bytes

Consider the following script:

<?= date("M-d-Y"mktime(00012321995));

What will be the output of the above script?

  • A) Jan-01-1996
  • B) Date out of range error
  • C) Fatal error
  • D) Jan-01-1995
Answer

Answer: A