Searched refs:DATE_TIMEZONEDB (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/date/ |
H A D | php_date.c | 899 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION() 950 if (!timelib_timezone_id_is_valid(DATEG(default_timezone), DATE_TIMEZONEDB)) { in PHP_INI_MH() 1000 tz = guess_timezone(DATE_TIMEZONEDB TSRMLS_CC); in get_timezone_info() 1001 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC); in get_timezone_info() 1492 t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION() 2835 tzi = php_date_parse_tzfile(Z_STRVAL_PP(z_timezone), DATE_TIMEZONEDB TSRMLS_CC); in php_date_initialize_from_hash() 3102 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify() 4296 …time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in PHP_FUNCTION() 4620 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION() 4645 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION() [all …]
|
Completed in 24 milliseconds