Home
last modified time | relevance | path

Searched refs:jd (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/calendar/tests/
H A Djddayofweek.phpt7 foreach (array(2440588, 2452162, 2453926, -1000) as $jd) {
8 echo "### JD $jd ###\n";
12 echo jddayofweek($jd + $offset, $mode). "\n";
H A Djdmonthname.phpt7 foreach (array(2440588, 2452162, 2453926) as $jd) {
8 echo "### JD $jd ###\n";
12 echo jdmonthname($jd + $offset * 30, $mode). "\n";
/PHP-5.3/ext/calendar/
H A Dcalendar.c65 ZEND_ARG_INFO(0, jd)
182 typedef void (*cal_from_jd_func_t) (long int jd, int *year, int *month, int *day);
389 long jd, cal; in PHP_FUNCTION() local
394 if (zend_parse_parameters(ZEND_NUM_ARGS()TSRMLS_CC, "ll", &jd, &cal) == FAILURE) { in PHP_FUNCTION()
406 calendar->from_jd(jd, &year, &month, &day); in PHP_FUNCTION()
416 dow = DayOfWeek(jd); in PHP_FUNCTION()
/PHP-5.3/
H A DNEWS3617 (jd at cpanel dot net)
3771 (jd at cpanel dot net, Pierre)

Completed in 25 milliseconds