Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/
H A Dphp_date.c855 static timelib_tzinfo *php_date_parse_tzfile(char *formal_tzname, const timelib_tzdb *tzdb TSRMLS_D… in php_date_parse_tzfile() function
878 return php_date_parse_tzfile(formal_tzname, tzdb TSRMLS_CC); in php_date_parse_tzfile_wrapper()
943 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC); in get_timezone_info()
2596 tzi = php_date_parse_tzfile(Z_STRVAL_PP(z_timezone), DATE_TIMEZONEDB TSRMLS_CC); in php_date_initialize_from_hash()
3217 *tzi = php_date_parse_tzfile(tzid, DATE_TIMEZONEDB TSRMLS_CC); in timezone_initialize()
3219 *tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC); in timezone_initialize()

Completed in 19 milliseconds