Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.h52 #define TIMEZONE_ERROR(to) (to)->err macro
53 #define TIMEZONE_ERROR_P(to) &(TIMEZONE_ERROR(to))
55 #define TIMEZONE_ERROR_CODE(co) INTL_ERROR_CODE(TIMEZONE_ERROR(to))
56 #define TIMEZONE_ERROR_CODE_P(co) &(INTL_ERROR_CODE(TIMEZONE_ERROR(to)))
H A Dtimezone_methods.cpp554 &TIMEZONE_ERROR(to), "intltz_to_date_time_zone", &tmp); in PHP_FUNCTION()

Completed in 7 milliseconds