Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/
H A Dphp_date.c837 static timelib_tzinfo *php_date_parse_tzfile(char *formal_tzname, const timelib_tzdb *tzdb TSRMLS_D… in php_date_parse_tzfile() argument
846 …if (zend_hash_find(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void **) &ptzi) == S… in php_date_parse_tzfile()
850 tzi = timelib_parse_tzfile(formal_tzname, tzdb); in php_date_parse_tzfile()
852 …zend_hash_add(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void *) &tzi, sizeof(time… in php_date_parse_tzfile()
857 timelib_tzinfo *php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb) in php_date_parse_tzfile_wrapper() argument
860 return php_date_parse_tzfile(formal_tzname, tzdb TSRMLS_CC); in php_date_parse_tzfile_wrapper()

Completed in 15 milliseconds