new_time         3197 ext/date/php_date.c 	timelib_time     *new_time;
new_time         3204 ext/date/php_date.c 	new_time = timelib_add(dateobj->time, intobj->diff);
new_time         3206 ext/date/php_date.c 	dateobj->time = new_time;
new_time         3247 ext/date/php_date.c 	timelib_time     *new_time;
new_time         3259 ext/date/php_date.c 	new_time = timelib_sub(dateobj->time, intobj->diff);
new_time         3261 ext/date/php_date.c 	dateobj->time = new_time;