bug43960.phpt 220 B

123456789
  1. --TEST--
  2. Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
  3. --FILE--
  4. <?php
  5. date_default_timezone_set('UTC');
  6. var_dump(strtotime('i like to eat slices at work'));
  7. ?>
  8. --EXPECT--
  9. bool(false)