jdtounix_error1.phpt 315 B

123456789101112131415161718
  1. --TEST--
  2. Test jdtounix() function : error conditions
  3. --CREDITS--
  4. edgarsandi - <edgar.r.sandi@gmail.com>
  5. --INI--
  6. date.timezone=UTC
  7. --EXTENSIONS--
  8. calendar
  9. --FILE--
  10. <?php
  11. try {
  12. jdtounix(2440579);
  13. } catch (ValueError $ex) {
  14. echo $ex->getMessage(), PHP_EOL;
  15. }
  16. ?>
  17. --EXPECTF--
  18. jday must be between 2440588 and %d