Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/timezone/
H A Dtimezone_methods.cpp505 TimeZone_object *other_to; in PHP_FUNCTION() local
516 other_to = (TimeZone_object *) zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()
517 if (other_to->utimezone == NULL) { in PHP_FUNCTION()
523 RETURN_BOOL(to->utimezone->hasSameRules(*other_to->utimezone)); in PHP_FUNCTION()

Completed in 6 milliseconds