-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/calendar/tests/
File Upload :
Current File : //usr/src/php/ext/calendar/tests/juliantojd.phpt

--TEST--
juliantojd()
--SKIPIF--
<?php include 'skipif.inc'; ?>
--FILE--
<?php
echo juliantojd( 0, 0,    0). "\n";
echo juliantojd( 1, 1, 1582). "\n";
echo juliantojd(10, 5, 1582). "\n";
echo juliantojd( 1, 1, 1970). "\n";
echo juliantojd( 1, 1, 2999). "\n";
?>
--EXPECT--
0
2298884
2299161
2440601
2816443

Copyright © 2017 || Recoded By Mr.Bumblebee