Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c502 static timelib_tzinfo *php_date_parse_tzfile(const char *formal_tzname, const timelib_tzdb *tzdb) in php_date_parse_tzfile() argument
512 if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) { in php_date_parse_tzfile()
516 tzi = timelib_parse_tzfile(formal_tzname, tzdb, &dummy_error_code); in php_date_parse_tzfile()
518 zend_hash_str_add_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname), tzi); in php_date_parse_tzfile()
523 static timelib_tzinfo *php_date_parse_tzfile_wrapper(const char *formal_tzname, const timelib_tzdb … in php_date_parse_tzfile_wrapper() argument
525 return php_date_parse_tzfile(formal_tzname, tzdb); in php_date_parse_tzfile_wrapper()

Completed in 21 milliseconds