blob: fb04c954951afc5e09c25fa28a3cbb3dc27c8220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--TEST--
juliantojd()
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
<?php include 'skipif.inc'; ?>
--FILE--
<?php
echo juliantojd(5, 5, 6000000000) . "\n";
?>
--EXPECT--
622764916319
|