Searched refs:GregorianToSdn (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/calendar/ |
H A D | sdncal.h | 72 zend_long GregorianToSdn(int year, int month, int day);
|
H A D | cal_unix.c | 51 RETURN_LONG(GregorianToSdn(ta->tm_year+1900, ta->tm_mon+1, ta->tm_mday)); in PHP_FUNCTION()
|
H A D | gregor.c | 197 zend_long GregorianToSdn( in GregorianToSdn() function
|
H A D | calendar.c | 62 {"Gregorian", "CAL_GREGORIAN", GregorianToSdn, SdnToGregorian, 12, 31, 322 RETURN_LONG(GregorianToSdn(year, month, day)); in PHP_FUNCTION()
|
Completed in 13 milliseconds