summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-07 14:57:28 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-07 14:58:43 +0200
commita74c25bca143a894220c2a01792707ab8f0e83ef (patch)
tree5c99f39d0fcb7a2b12edc120a5b4df9372cabf29
parent3024d9c56d834cba9299971396119a160ec92af8 (diff)
downloadphp-git-a74c25bca143a894220c2a01792707ab8f0e83ef.tar.gz
Fix test
The upper limit is different for 32bit and 64bit, but we are testing the lower limit only, so can use a placeholder.
-rw-r--r--ext/calendar/tests/jdtounix_error1.phpt4
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