1--TEST-- 2juliantojd() 3--EXTENSIONS-- 4calendar 5--SKIPIF-- 6<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?> 7--FILE-- 8<?php 9echo juliantojd(5, 5, 6000000000) . "\n"; 10?> 11--EXPECT-- 12622764916319 13