--TEST-- GH-16231 (jdtounix argument overflow) --EXTENSIONS-- calendar --FILE-- getMessage() . PHP_EOL; } try { jdtounix(240587); } catch (\ValueError $e) { echo $e->getMessage(); } ?> --EXPECTF-- jday must be between 2440588 and %d jday must be between 2440588 and %d