date_object_handlers_timezone  595 ext/date/php_date.c static zend_object_handlers date_object_handlers_timezone;
date_object_handlers_timezone 2021 ext/date/php_date.c 	memcpy(&date_object_handlers_timezone, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
date_object_handlers_timezone 2022 ext/date/php_date.c 	date_object_handlers_timezone.offset = XtOffsetOf(php_timezone_obj, std);
date_object_handlers_timezone 2023 ext/date/php_date.c 	date_object_handlers_timezone.free_obj = date_object_free_storage_timezone;
date_object_handlers_timezone 2024 ext/date/php_date.c 	date_object_handlers_timezone.clone_obj = date_object_clone_timezone;
date_object_handlers_timezone 2025 ext/date/php_date.c 	date_object_handlers_timezone.get_properties = date_object_get_properties_timezone;
date_object_handlers_timezone 2026 ext/date/php_date.c 	date_object_handlers_timezone.get_gc = date_object_get_gc_timezone;
date_object_handlers_timezone 2222 ext/date/php_date.c 	intern->std.handlers = &date_object_handlers_timezone;