1--TEST-- 2gregoriantojd() 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 gregoriantojd(5, 5, 6000000) . "\n"; 10?> 11--EXPECT-- 122193176185 13