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