nerdexam
Zend

200-530 · Question #443

Consider the following script: <?php echo strtotime("january 1, 1901"); ?> What will be the output of the above PHP script if the older versions of glibc are present in the operating system?

The correct answer is C. -1. See the full explanation below for the reasoning.

Question

Consider the following script: <?php echo strtotime("january 1, 1901"); ?> What will be the output of the above PHP script if the older versions of glibc are present in the operating system?

Options

  • A14345
  • B12365
  • C-1
  • D0

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    12% (3)
  • C
    80% (20)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice