php_date_long_from_hash_element 3605 date/php_date.c 	(*intobj)->diff->y = php_date_long_from_hash_element(myht, "y", 1);
php_date_long_from_hash_element 3606 date/php_date.c 	(*intobj)->diff->m = php_date_long_from_hash_element(myht, "m", 1);
php_date_long_from_hash_element 3607 date/php_date.c 	(*intobj)->diff->d = php_date_long_from_hash_element(myht, "d", 1);
php_date_long_from_hash_element 3608 date/php_date.c 	(*intobj)->diff->h = php_date_long_from_hash_element(myht, "h", 1);
php_date_long_from_hash_element 3609 date/php_date.c 	(*intobj)->diff->i = php_date_long_from_hash_element(myht, "i", 1);
php_date_long_from_hash_element 3610 date/php_date.c 	(*intobj)->diff->s = php_date_long_from_hash_element(myht, "s", 1);
php_date_long_from_hash_element 3611 date/php_date.c 	(*intobj)->diff->invert = php_date_long_from_hash_element(myht, "invert", 6);
php_date_long_from_hash_element 3612 date/php_date.c 	(*intobj)->diff->days = php_date_long_from_hash_element(myht, "days", 4);