Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp459 TimeZone_object *other_to; in PHP_FUNCTION() local
468 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()
469 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
475 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()

Completed in 5 milliseconds