diff options
-rw-r--r-- | ext/calendar/tests/jdtounix_error1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/calendar/tests/jdtounix_error1.phpt b/ext/calendar/tests/jdtounix_error1.phpt index de266ac6a2..ba85958ec8 100644 --- a/ext/calendar/tests/jdtounix_error1.phpt +++ b/ext/calendar/tests/jdtounix_error1.phpt @@ -14,5 +14,5 @@ try { echo $ex->getMessage(), PHP_EOL; } ?> ---EXPECT-- -jday must be between 2440588 and 2465443 +--EXPECTF-- +jday must be between 2440588 and %d |