stamp            1021 ext/ftp/ftp.c  	time_t		stamp;
stamp            1047 ext/ftp/ftp.c  	stamp = time(NULL);
stamp            1048 ext/ftp/ftp.c  	gmt = php_gmtime_r(&stamp, &tmbuf);
stamp            1055 ext/ftp/ftp.c  	tm.tm_sec += stamp - mktime(gmt);
stamp            1058 ext/ftp/ftp.c  	stamp = mktime(&tm);
stamp            1060 ext/ftp/ftp.c  	return stamp;
stamp             829 ext/standard/ftp_fopen_wrapper.c 		time_t stamp;
stamp             849 ext/standard/ftp_fopen_wrapper.c 		stamp = time(NULL);
stamp             850 ext/standard/ftp_fopen_wrapper.c 		gmt = php_gmtime_r(&stamp, &tmbuf);
stamp             857 ext/standard/ftp_fopen_wrapper.c 		tm.tm_sec += (long)(stamp - mktime(gmt));