Searched refs:php_date_parse_tzfile_wrapper (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/date/ |
H A D | php_date.c | 977 timelib_tzinfo *php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb, int *d… in php_date_parse_tzfile_wrapper() function 1481 … timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in php_parse_date() 1524 DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION() 2680 …e_str : "", time_str_len ? time_str_len : 0, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in php_date_initialize() 2682 …e_str_len ? time_str_len : sizeof("now") -1, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in php_date_initialize() 3154 …_strtotime(ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION() 3173 …L(format), ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION() 3210 …time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in php_date_modify() 3822 …timelib_parse_zone(&tz, &dst, dummy_t, ¬_found, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in timezone_initialize() 4469 …time(ZSTR_VAL(time_str), ZSTR_LEN(time_str), &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()
|
Completed in 15 milliseconds