Searched refs:other_to (Results 1 – 1 of 1) sorted by relevance
505 TimeZone_object *other_to; in PHP_FUNCTION() local516 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 5 milliseconds