date_object_handlers_date 595 ext/date/php_date.c static zend_object_handlers date_object_handlers_date; date_object_handlers_date 2033 ext/date/php_date.c memcpy(&date_object_handlers_date, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); date_object_handlers_date 2034 ext/date/php_date.c date_object_handlers_date.clone_obj = date_object_clone_date; date_object_handlers_date 2035 ext/date/php_date.c date_object_handlers_date.compare_objects = date_object_compare_date; date_object_handlers_date 2036 ext/date/php_date.c date_object_handlers_date.get_properties = date_object_get_properties; date_object_handlers_date 2037 ext/date/php_date.c date_object_handlers_date.get_gc = date_object_get_gc; date_object_handlers_date 2136 ext/date/php_date.c retval.handlers = &date_object_handlers_date;