Home
last modified time | relevance | path

Searched refs:php_date_parse_tzfile (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() function
525 return php_date_parse_tzfile(formal_tzname, tzdb); in php_date_parse_tzfile_wrapper()
579 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB); in get_timezone_info()
2873 tzi = php_date_parse_tzfile(Z_STRVAL_P(z_timezone), DATE_TIMEZONEDB); in php_date_initialize_from_hash()

Completed in 44 milliseconds