Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp495 TimeZone_object *other_to; in PHP_FUNCTION() local
506 other_to = Z_INTL_TIMEZONE_P(other_object); in PHP_FUNCTION()
507 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
513 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()

Completed in 6 milliseconds