date_object_handlers_timezone 597 ext/date/php_date.c static zend_object_handlers date_object_handlers_timezone; date_object_handlers_timezone 2067 ext/date/php_date.c memcpy(&date_object_handlers_timezone, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); date_object_handlers_timezone 2068 ext/date/php_date.c date_object_handlers_timezone.clone_obj = date_object_clone_timezone; date_object_handlers_timezone 2069 ext/date/php_date.c date_object_handlers_timezone.get_properties = date_object_get_properties_timezone; date_object_handlers_timezone 2070 ext/date/php_date.c date_object_handlers_timezone.get_gc = date_object_get_gc_timezone; date_object_handlers_timezone 2285 ext/date/php_date.c retval.handlers = &date_object_handlers_timezone;