Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 439 Bytes

0188.md

File metadata and controls

20 lines (16 loc) · 439 Bytes

Consider the following script:

echo strtotime("january 1, 1901");

What will be the output of the above PHP script if older versions of glibc are present in the operating system?

  • A) False
  • B) 1435
  • C) True
  • D) 0
Answer

Answer: A