Home
last modified time | relevance | path

Searched refs:cal_to_jd (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/calendar/tests/
H A Dcal_to_jd.phpt2 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 Dcal_to_jd_error1.phpt2 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.0/ext/calendar/
H A Dcalendar_arginfo.h81 ZEND_FUNCTION(cal_to_jd);
102 ZEND_FE(cal_to_jd, arginfo_cal_to_jd)
H A Dcalendar.stub.php11 function cal_to_jd(int $calendar, int $month, int $day, int $year): int {} function
H A Dcalendar.c251 PHP_FUNCTION(cal_to_jd) in PHP_FUNCTION() argument

Completed in 9 milliseconds