summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/gregoriantojd_overflow.phpt
blob: 8cb4796e5ce95767215584268356b5d67fda3e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
gregoriantojd()
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
<?php include 'skipif.inc'; ?>
--FILE--
<?php
echo gregoriantojd(5, 5, 6000000) . "\n";
?>
--EXPECT--
2193176185