Searched refs:cal_to_jd (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/calendar/tests/ |
H A D | cal_to_jd.phpt | 2 cal_to_jd() 7 echo cal_to_jd(CAL_GREGORIAN, 8, 26, 74), "\n"; 8 echo cal_to_jd(CAL_JULIAN, 8, 26, 74), "\n"; 9 echo cal_to_jd(CAL_JEWISH, 8, 26, 74), "\n"; 10 echo cal_to_jd(CAL_FRENCH, 8, 26, 74), "\n";
|
H A D | cal_to_jd_error1.phpt | 2 Test cal_to_jd() function : error conditions 10 cal_to_jd(-1, 8, 26, 74); 16 cal_to_jd(): Argument #1 ($calendar) must be a valid calendar ID
|
/PHP-8.2/ext/calendar/ |
H A D | calendar_arginfo.h | 81 ZEND_FUNCTION(cal_to_jd); 102 ZEND_FE(cal_to_jd, arginfo_cal_to_jd)
|
H A D | calendar.stub.php | 129 function cal_to_jd(int $calendar, int $month, int $day, int $year): int {} function
|
H A D | calendar.c | 229 PHP_FUNCTION(cal_to_jd) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds