date_object_handlers_immutable  594 ext/date/php_date.c static zend_object_handlers date_object_handlers_immutable;
date_object_handlers_immutable 2012 ext/date/php_date.c 	memcpy(&date_object_handlers_immutable, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
date_object_handlers_immutable 2013 ext/date/php_date.c 	date_object_handlers_immutable.clone_obj = date_object_clone_date;
date_object_handlers_immutable 2014 ext/date/php_date.c 	date_object_handlers_immutable.compare_objects = date_object_compare_date;
date_object_handlers_immutable 2015 ext/date/php_date.c 	date_object_handlers_immutable.get_properties = date_object_get_properties;