Home
last modified time | relevance | path

Searched refs:formal_tzname (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/date/
H A Dphp_date.c963 static timelib_tzinfo *php_date_parse_tzfile(char *formal_tzname, const timelib_tzdb *tzdb) in php_date_parse_tzfile() argument
973 if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) { in php_date_parse_tzfile()
977 tzi = timelib_parse_tzfile(formal_tzname, tzdb, &dummy_error_code); in php_date_parse_tzfile()
979 zend_hash_str_add_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname), tzi); in php_date_parse_tzfile()
984 timelib_tzinfo *php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb, int *d… in php_date_parse_tzfile_wrapper() argument
986 return php_date_parse_tzfile(formal_tzname, tzdb); in php_date_parse_tzfile_wrapper()

Completed in 15 milliseconds