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)- A4% (1)
- B12% (3)
- C80% (20)
- D4% (1)
Community Discussion
No community discussion yet for this question.