Home
last modified time | relevance | path

Searched refs:tmp_time (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/date/
H A Dphp_date.c2846 timelib_time *tmp_time; in php_date_modify() local
2864 timelib_time_dtor(tmp_time); in php_date_modify()
2872 if (tmp_time->y != -99999) { in php_date_modify()
2873 dateobj->time->y = tmp_time->y; in php_date_modify()
2875 if (tmp_time->m != -99999) { in php_date_modify()
2878 if (tmp_time->d != -99999) { in php_date_modify()
2882 if (tmp_time->h != -99999) { in php_date_modify()
2884 if (tmp_time->i != -99999) { in php_date_modify()
2886 if (tmp_time->s != -99999) { in php_date_modify()
2897 if (tmp_time->us != -99999) { in php_date_modify()
[all …]

Completed in 25 milliseconds