Searched refs:timelib_lookup_zone (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | parse_date.re | 762 static long timelib_lookup_zone(char **ptr, int *dst, char **tz_abbr, int *found) 825 offset = timelib_lookup_zone(ptr, dst, &tz_abbr, &found);
|
H A D | parse_date.c | 764 static long timelib_lookup_zone(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_zone() function 827 offset = timelib_lookup_zone(ptr, dst, &tz_abbr, &found); in timelib_get_zone()
|
Completed in 27 milliseconds