Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_date.c821 int dummy_error_code; in timelib_parse_zone() local
823 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()
H A Dparse_date.re819 int dummy_error_code;
821 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
/PHP-7.2/ext/date/
H A Dphp_date.c959 int dummy_error_code; in php_date_parse_tzfile() local
970 tzi = timelib_parse_tzfile(formal_tzname, tzdb, &dummy_error_code); in php_date_parse_tzfile()
977 …php_date_parse_tzfile_wrapper(char *formal_tzname, const timelib_tzdb *tzdb, int *dummy_error_code) in php_date_parse_tzfile_wrapper() argument

Completed in 44 milliseconds