Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_reentrancy.h87 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
89 #define php_gmtime_r gmtime_r macro
91 struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
H A Dreentrancy.c103 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
177 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
/PHP-7.4/ext/standard/
H A Ddatetime.c47 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
H A Dftp_fopen_wrapper.c860 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
/PHP-7.4/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.c255 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c271 tm = php_gmtime_r(&value, &tmbuf); in date_to_ISO8601()
/PHP-7.4/ext/ftp/
H A Dftp.c1192 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1383 + if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) {
3130 + tm = php_gmtime_r(&t, &tmz);
/PHP-7.4/ext/session/
H A Dsession.c1123 res = php_gmtime_r(when, &tm); in strcpy_gmt()

Completed in 32 milliseconds