gmt 1511 ext/date/php_date.c PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) gmt 1524 ext/date/php_date.c if (gmt) { gmt 1563 ext/date/php_date.c if (gmt) { gmt 1571 ext/date/php_date.c if (gmt) { gmt 1637 ext/date/php_date.c PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) gmt 1660 ext/date/php_date.c if (gmt) { gmt 1677 ext/date/php_date.c if (gmt) { gmt 1717 ext/date/php_date.c if (!gmt) { gmt 186 ext/date/php_date.h PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); gmt 990 ext/ftp/ftp.c struct tm *gmt, tmbuf; gmt 1016 ext/ftp/ftp.c gmt = php_gmtime_r(&stamp, &tmbuf); gmt 1017 ext/ftp/ftp.c if (!gmt) { gmt 1020 ext/ftp/ftp.c gmt->tm_isdst = -1; gmt 1023 ext/ftp/ftp.c tm.tm_sec += stamp - mktime(gmt); gmt 1024 ext/ftp/ftp.c tm.tm_isdst = gmt->tm_isdst; gmt 837 ext/standard/ftp_fopen_wrapper.c struct tm tm, tmbuf, *gmt; gmt 859 ext/standard/ftp_fopen_wrapper.c gmt = php_gmtime_r(&stamp, &tmbuf); gmt 860 ext/standard/ftp_fopen_wrapper.c if (!gmt) { gmt 863 ext/standard/ftp_fopen_wrapper.c gmt->tm_isdst = -1; gmt 866 ext/standard/ftp_fopen_wrapper.c tm.tm_sec += stamp - mktime(gmt); gmt 867 ext/standard/ftp_fopen_wrapper.c tm.tm_isdst = gmt->tm_isdst;