date_object_handlers_date  593 ext/date/php_date.c static zend_object_handlers date_object_handlers_date;
date_object_handlers_date 1984 ext/date/php_date.c 	memcpy(&date_object_handlers_date, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
date_object_handlers_date 1985 ext/date/php_date.c 	date_object_handlers_date.offset = XtOffsetOf(php_date_obj, std);
date_object_handlers_date 1986 ext/date/php_date.c 	date_object_handlers_date.free_obj = date_object_free_storage_date;
date_object_handlers_date 1987 ext/date/php_date.c 	date_object_handlers_date.clone_obj = date_object_clone_date;
date_object_handlers_date 1988 ext/date/php_date.c 	date_object_handlers_date.compare_objects = date_object_compare_date;
date_object_handlers_date 1989 ext/date/php_date.c 	date_object_handlers_date.get_properties = date_object_get_properties;
date_object_handlers_date 1990 ext/date/php_date.c 	date_object_handlers_date.get_gc = date_object_get_gc;
date_object_handlers_date 2091 ext/date/php_date.c 	intern->std.handlers = &date_object_handlers_date;