Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dftp_fopen_wrapper.c836 struct tm tm, tmbuf, *gmt; in php_stream_ftp_url_stat() local
858 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
859 if (!gmt) { in php_stream_ftp_url_stat()
862 gmt->tm_isdst = -1; in php_stream_ftp_url_stat()
865 tm.tm_sec += stamp - mktime(gmt); in php_stream_ftp_url_stat()
866 tm.tm_isdst = gmt->tm_isdst; in php_stream_ftp_url_stat()
/PHP-5.3/ext/date/
H A Dphp_date.h169 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
H A Dphp_date.c1476 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_mktime() argument
1489 if (gmt) { in php_mktime()
1528 if (gmt) { in php_mktime()
1536 if (gmt) { in php_mktime()
1603 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_strftime() argument
1626 if (gmt) { in php_strftime()
1643 if (gmt) { in php_strftime()
1673 if (!gmt) { in php_strftime()
/PHP-5.3/ext/ftp/
H A Dftp.c988 struct tm *gmt, tmbuf; in ftp_mdtm() local
1014 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1015 if (!gmt) { in ftp_mdtm()
1018 gmt->tm_isdst = -1; in ftp_mdtm()
1021 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1022 tm.tm_isdst = gmt->tm_isdst; in ftp_mdtm()
/PHP-5.3/ext/date/lib/
H A Dparse_date.re711 if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic15049 >20 belong 0 \b, no gmt time flags
15050 >20 belong 1 \b, 1 gmt time flag
15051 >20 belong >1 \b, %d gmt time flags

Completed in 67 milliseconds