Searched refs:julday (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/calendar/ |
H A D | calendar.c | 449 zend_long julday; in PHP_FUNCTION() local 482 zend_long julday; in PHP_FUNCTION() local 490 SdnToJulian(julday, &year, &month, &day); in PHP_FUNCTION() 610 zend_long julday, fl = 0; in PHP_FUNCTION() local 620 SdnToJewish(julday, &year, &month, &day); in PHP_FUNCTION() 663 zend_long julday; in PHP_FUNCTION() local 671 SdnToFrench(julday, &year, &month, &day); in PHP_FUNCTION() 696 zend_long julday, mode = CAL_DOW_DAYNO; in PHP_FUNCTION() local 704 day = DayOfWeek(julday); in PHP_FUNCTION() 727 zend_long julday, mode; in PHP_FUNCTION() local [all …]
|
Completed in 5 milliseconds