Searched refs:julday (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/calendar/ |
H A D | calendar.c | 447 zend_long julday; in PHP_FUNCTION() local 478 zend_long julday; in PHP_FUNCTION() local 485 SdnToJulian(julday, &year, &month, &day); in PHP_FUNCTION() 604 zend_long julday, fl = 0; in PHP_FUNCTION() local 613 SdnToJewish(julday, &year, &month, &day); in PHP_FUNCTION() 652 zend_long julday; in PHP_FUNCTION() local 659 SdnToFrench(julday, &year, &month, &day); in PHP_FUNCTION() 683 zend_long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local 691 day = DayOfWeek(julday); in PHP_FUNCTION() 714 zend_long julday, mode; in PHP_FUNCTION() local [all …]
|
Completed in 6 milliseconds