Searched refs:SdnToGregorian (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/calendar/ |
H A D | sdncal.h | 71 void SdnToGregorian(zend_long sdn, int *pYear, int *pMonth, int *pDay);
|
H A D | gregor.c | 137 void SdnToGregorian( in SdnToGregorian() function
|
H A D | calendar.c | 62 {"Gregorian", "CAL_GREGORIAN", GregorianToSdn, SdnToGregorian, 12, 31, 307 SdnToGregorian(julday, &year, &month, &day); in PHP_FUNCTION() 569 SdnToGregorian(julday, &year, &month, &day); in PHP_FUNCTION() 590 SdnToGregorian(julday, &year, &month, &day); in PHP_FUNCTION()
|
/php-src/ext/calendar/tests/ |
H A D | bug55797_1.phpt | 2 Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds)
|
H A D | bug55797_2.phpt | 2 Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds)
|
Completed in 11 milliseconds