Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dphp_reentrancy.h94 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
96 #define php_gmtime_r gmtime_r macro
98 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
225 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
/PHP-7.3/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.3/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.c253 tm = php_gmtime_r(&t, &tmz); in file_fmttime()
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c274 tm = php_gmtime_r(&value, &tmbuf); in date_to_ISO8601()
/PHP-7.3/ext/ftp/
H A Dftp.c1187 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/PHP-7.3/ext/interbase/
H A Dibase_query.c698 res = php_gmtime_r(&Z_LVAL_P(b_var), &t); in _php_ibase_bind()
/PHP-7.3/ext/session/
H A Dsession.c1123 res = php_gmtime_r(when, &tm); in strcpy_gmt()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1710 + if (php_gmtime_r(&ts->ts_sec, &tm) == NULL) {
3751 + tm = php_gmtime_r(&t, &tmz);

Completed in 77 milliseconds