blob: f75aec72220e03b2db9d39fbc387357601951b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--TEST--
gregoriantojd()
--EXTENSIONS--
calendar
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
--FILE--
<?php
echo gregoriantojd(5, 5, 6000000) . "\n";
?>
--EXPECT--
2193176185
|