mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix test
The upper limit is different for 32bit and 64bit, but we are testing the lower limit only, so can use a placeholder.
This commit is contained in:
parent
3024d9c56d
commit
a74c25bca1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue