Searched refs:cal_from_jd (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/calendar/tests/ |
H A D | cal_from_jd.phpt | 2 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 D | cal_from_jd_error1.phpt | 2 Test cal_from_jd() function : error conditions 10 cal_from_jd(1748326, -1); 16 cal_from_jd(): Argument #2 ($calendar) must be a valid calendar ID
|
H A D | gh16834.phpt | 2 GH-16834 (cal_from_jd from julian_day argument) 9 var_dump(cal_from_jd(076545676543223, CAL_GREGORIAN));
|
H A D | bug71894.phpt | 7 var_dump(cal_from_jd(347997, CAL_JEWISH));
|
H A D | bug53574_1.phpt | 15 var_dump(cal_from_jd($x, CAL_JULIAN));
|
H A D | bug53574_2.phpt | 15 var_dump(cal_from_jd($x, CAL_JULIAN));
|
H A D | bug55797_1.phpt | 15 var_dump(cal_from_jd($x, CAL_GREGORIAN));
|
H A D | bug55797_2.phpt | 15 var_dump(cal_from_jd($x, CAL_GREGORIAN));
|
/PHP-8.3/ext/calendar/ |
H A D | calendar_arginfo.h | 79 ZEND_FUNCTION(cal_from_jd); 100 ZEND_FE(cal_from_jd, arginfo_cal_from_jd)
|
H A D | calendar.stub.php | 121 function cal_from_jd(int $julian_day, int $calendar): array {} function
|
H A D | calendar.c | 247 PHP_FUNCTION(cal_from_jd) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds