Home
last modified time | relevance | path

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

/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp480 TimeZone_object *other_to; in PHP_FUNCTION() local
489 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()
490 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
496 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()

Completed in 6 milliseconds