Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_reentrancy.h85 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
87 #define php_gmtime_r gmtime_r macro
89 struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
H A Dreentrancy.c101 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
175 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
/PHP-8.0/ext/standard/
H A Ddatetime.c45 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
H A Dftp_fopen_wrapper.c848 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf_time.c156 if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) { in cdf_timespec_to_timestamp()
H A Dprint.c263 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
/PHP-8.0/ext/ftp/
H A Dftp.c1161 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/PHP-8.0/ext/session/
H A Dsession.c1128 res = php_gmtime_r(when, &tm); in strcpy_gmt()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1320 + if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) {
3209 + tm = php_gmtime_r(&t, &tmz);

Completed in 40 milliseconds