Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.c966 int dummy_error_code; in php_date_parse_tzfile() local
977 tzi = timelib_parse_tzfile(formal_tzname, tzdb, &dummy_error_code); in php_date_parse_tzfile()
984 …php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb, int *dummy_error_code) in php_date_parse_tzfile_wrapper() argument
/PHP-7.4/ext/date/lib/
H A Dparse_date.re852 int dummy_error_code;
854 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
H A Dparse_date.c854 int dummy_error_code; in timelib_parse_zone() local
856 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()

Completed in 50 milliseconds