Searched refs:new_time (Results 1 – 1 of 1) sorted by relevance
3375 timelib_time *new_time; in php_date_add() local3383 new_time = timelib_add_wall(dateobj->time, intobj->diff); in php_date_add()3385 new_time = timelib_add(dateobj->time, intobj->diff); in php_date_add()3388 dateobj->time = new_time; in php_date_add()3427 timelib_time *new_time; in php_date_sub() local3440 new_time = timelib_sub_wall(dateobj->time, intobj->diff); in php_date_sub()3442 new_time = timelib_sub(dateobj->time, intobj->diff); in php_date_sub()3445 dateobj->time = new_time; in php_date_sub()
Completed in 18 milliseconds