Home
last modified time | relevance | path

Searched refs:cal_from_jd (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/calendar/tests/
H A Dcal_from_jd.phpt2 cal_from_jd()
7 print_r(cal_from_jd(1748326, CAL_GREGORIAN));
8 print_r(cal_from_jd(1748324, CAL_JULIAN));
9 print_r(cal_from_jd( 374867, CAL_JEWISH));
10 print_r(cal_from_jd( 0, CAL_FRENCH));
H A Dbug53574_1.phpt14 var_dump(cal_from_jd($x, CAL_JULIAN));
H A Dbug53574_2.phpt14 var_dump(cal_from_jd($x, CAL_JULIAN));
H A Dbug55797_1.phpt14 var_dump(cal_from_jd($x, CAL_GREGORIAN));
H A Dbug55797_2.phpt14 var_dump(cal_from_jd($x, CAL_GREGORIAN));
/PHP-5.3/ext/calendar/
H A Dphp_calendar.h26 PHP_FUNCTION(cal_from_jd);
H A Dcalendar.c148 PHP_FE(cal_from_jd, arginfo_cal_from_jd)
387 PHP_FUNCTION(cal_from_jd) in PHP_FUNCTION() argument

Completed in 8 milliseconds