1--TEST-- 2gregoriantojd() 3--SKIPIF-- 4<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?> 5<?php include 'skipif.inc'; ?> 6--FILE-- 7<?php 8echo gregoriantojd(5, 5, 6000000) . "\n"; 9?> 10--EXPECT-- 112193176185 12