Searched refs:tmp_time (Results 1 – 1 of 1) sorted by relevance
3092 timelib_time *tmp_time; in php_date_modify() local3110 timelib_time_dtor(tmp_time); in php_date_modify()3118 if (tmp_time->y != -99999) { in php_date_modify()3119 dateobj->time->y = tmp_time->y; in php_date_modify()3121 if (tmp_time->m != -99999) { in php_date_modify()3122 dateobj->time->m = tmp_time->m; in php_date_modify()3124 if (tmp_time->d != -99999) { in php_date_modify()3128 if (tmp_time->h != -99999) { in php_date_modify()3130 if (tmp_time->i != -99999) { in php_date_modify()3132 if (tmp_time->s != -99999) { in php_date_modify()[all …]
Completed in 16 milliseconds