Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c905 static timelib_tzinfo *php_date_parse_tzfile(char *formal_tzname, const timelib_tzdb *tzdb TSRMLS_D… in php_date_parse_tzfile() argument
914 …if (zend_hash_find(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void **) &ptzi) == S… in php_date_parse_tzfile()
918 tzi = timelib_parse_tzfile(formal_tzname, tzdb); in php_date_parse_tzfile()
920 …zend_hash_add(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void *) &tzi, sizeof(time… in php_date_parse_tzfile()
925 timelib_tzinfo *php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb) in php_date_parse_tzfile_wrapper() argument
928 return php_date_parse_tzfile(formal_tzname, tzdb TSRMLS_CC); in php_date_parse_tzfile_wrapper()

Completed in 18 milliseconds