Home
last modified time | relevance | path

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

/php-src/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 Djdtojewish_hebrew.phpt11 $jd = jewishtojd($month, 1, $year);
12 $hebrew = jdtojewish($jd, true);
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-src/ext/calendar/
H A Dcalendar.c47 typedef void (*cal_from_jd_func_t) (zend_long jd, int *year, int *month, int *day);
249 zend_long jd, cal; in PHP_FUNCTION() local
253 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &jd, &cal) == FAILURE) { in PHP_FUNCTION()
265 calendar->from_jd(jd, &year, &month, &day); in PHP_FUNCTION()
276 dow = DayOfWeek(jd); in PHP_FUNCTION()

Completed in 8 milliseconds