nerdexam
Zend

200-530 · Question #528

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

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"); ?> Zend 200-530 Exam What will be the output of the above PHP script if the older versions of glibc are present in the operating system?

Options

  • A14345
  • B0
  • C-1
  • D12365

How the community answered

(19 responses)
  • A
    16% (3)
  • B
    5% (1)
  • C
    74% (14)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice