gmt              1495 ext/date/php_date.c PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt)
gmt              1508 ext/date/php_date.c 	if (gmt) {
gmt              1547 ext/date/php_date.c 	if (gmt) {
gmt              1601 ext/date/php_date.c PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt)
gmt              1625 ext/date/php_date.c 	if (gmt) {
gmt              1642 ext/date/php_date.c 	if (gmt) {
gmt              1682 ext/date/php_date.c 	if (!gmt) {
gmt               209 ext/date/php_date.h PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
gmt              1022 ext/ftp/ftp.c  	struct tm	*gmt, tmbuf;
gmt              1048 ext/ftp/ftp.c  	gmt = php_gmtime_r(&stamp, &tmbuf);
gmt              1049 ext/ftp/ftp.c  	if (!gmt) {
gmt              1052 ext/ftp/ftp.c  	gmt->tm_isdst = -1;
gmt              1055 ext/ftp/ftp.c  	tm.tm_sec += stamp - mktime(gmt);
gmt              1056 ext/ftp/ftp.c  	tm.tm_isdst = gmt->tm_isdst;
gmt               828 ext/standard/ftp_fopen_wrapper.c 		struct tm tm, tmbuf, *gmt;
gmt               850 ext/standard/ftp_fopen_wrapper.c 		gmt = php_gmtime_r(&stamp, &tmbuf);
gmt               851 ext/standard/ftp_fopen_wrapper.c 		if (!gmt) {
gmt               854 ext/standard/ftp_fopen_wrapper.c 		gmt->tm_isdst = -1;
gmt               857 ext/standard/ftp_fopen_wrapper.c 		tm.tm_sec += (long)(stamp - mktime(gmt));
gmt               858 ext/standard/ftp_fopen_wrapper.c 		tm.tm_isdst = gmt->tm_isdst;