new_time         3109 ext/date/php_date.c 	timelib_time     *new_time;
new_time         3116 ext/date/php_date.c 	new_time = timelib_add(dateobj->time, intobj->diff);
new_time         3118 ext/date/php_date.c 	dateobj->time = new_time;
new_time         3160 ext/date/php_date.c 	timelib_time     *new_time;
new_time         3172 ext/date/php_date.c 	new_time = timelib_sub(dateobj->time, intobj->diff);
new_time         3174 ext/date/php_date.c 	dateobj->time = new_time;