Searched refs:new_time (Results 1 – 1 of 1) sorted by relevance
3222 timelib_time *new_time; in php_date_add() local3230 new_time = timelib_add_wall(dateobj->time, intobj->diff); in php_date_add()3232 new_time = timelib_add(dateobj->time, intobj->diff); in php_date_add()3235 dateobj->time = new_time; in php_date_add()3274 timelib_time *new_time; in php_date_sub() local3287 new_time = timelib_sub_wall(dateobj->time, intobj->diff); in php_date_sub()3289 new_time = timelib_sub(dateobj->time, intobj->diff); in php_date_sub()3292 dateobj->time = new_time; in php_date_sub()
Completed in 21 milliseconds