php_date_obj      604 ext/date/php_date.c 	php_date_obj *obj;	\
php_date_obj     1882 ext/date/php_date.c 	php_date_obj   *newdateobj;
php_date_obj     1985 ext/date/php_date.c 	date_object_handlers_date.offset = XtOffsetOf(php_date_obj, std);
php_date_obj     2083 ext/date/php_date.c 	php_date_obj *intern;
php_date_obj     2085 ext/date/php_date.c 	intern = ecalloc(1, sizeof(php_date_obj) + zend_object_properties_size(class_type));
php_date_obj     2103 ext/date/php_date.c 	php_date_obj *old_obj = Z_PHPDATE_P(this_ptr);
php_date_obj     2104 ext/date/php_date.c 	php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date_ex(old_obj->std.ce, 0));
php_date_obj     2131 ext/date/php_date.c 	php_date_obj *o1 = Z_PHPDATE_P(d1);
php_date_obj     2132 ext/date/php_date.c 	php_date_obj *o2 = Z_PHPDATE_P(d2);
php_date_obj     2166 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     2418 ext/date/php_date.c 	php_date_obj *intern = php_date_obj_from_obj(object);
php_date_obj     2483 ext/date/php_date.c PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, int ctor) /* {{{ */
php_date_obj     2698 ext/date/php_date.c 	php_date_obj *new_obj = NULL;
php_date_obj     2699 ext/date/php_date.c 	php_date_obj *old_obj = NULL;
php_date_obj     2720 ext/date/php_date.c static int php_date_initialize_from_hash(php_date_obj **dateobj, HashTable *myht)
php_date_obj     2775 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     2797 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     2820 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     2986 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3001 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3107 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     3158 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     3238 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     3258 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     3322 ext/date/php_date.c 	php_date_obj        *dateobj;
php_date_obj     3353 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3402 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3451 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3504 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3555 ext/date/php_date.c 	php_date_obj *dateobj;
php_date_obj     3581 ext/date/php_date.c 	php_date_obj *dateobj1, *dateobj2;
php_date_obj     3799 ext/date/php_date.c 	php_date_obj        *dateobj;
php_date_obj     4327 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     4415 ext/date/php_date.c 	php_date_obj     *dateobj;
php_date_obj     4442 ext/date/php_date.c         php_date_obj     *dateobj;
php_date_obj     4855 ext/date/php_date.c 		php_date_obj *date_obj;
php_date_obj     4865 ext/date/php_date.c 		php_date_obj *date_obj;
php_date_obj     4875 ext/date/php_date.c 		php_date_obj *date_obj;
php_date_obj     4914 ext/date/php_date.c 			php_date_obj *date_obj;
php_date_obj     4928 ext/date/php_date.c 			php_date_obj *date_obj;
php_date_obj     4941 ext/date/php_date.c 			php_date_obj *date_obj;
php_date_obj      131 ext/date/php_date.h typedef struct _php_date_obj php_date_obj;
php_date_obj      142 ext/date/php_date.h static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) {
php_date_obj      143 ext/date/php_date.h 	return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std));
php_date_obj      228 ext/date/php_date.h PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, size_t time_str_len, char *format, zval *timezone_object, int ctor);