timezone          314 ext/date/lib/parse_tz.c 		int cmp = strcasecmp(timezone, tzdb->index[mid].id);
timezone          352 ext/date/lib/parse_tz.c 	return (seek_to_tz_position(&tzf, timezone, tzdb));
timezone          380 ext/date/lib/parse_tz.c 	if (seek_to_tz_position(&tzf, timezone, tzdb)) {
timezone          381 ext/date/lib/parse_tz.c 		tmp = timelib_tzinfo_ctor(timezone);
timezone          681 ext/date/php_date.c 	date_globals->timezone = NULL;
timezone          698 ext/date/php_date.c 	if (DATEG(timezone)) {
timezone          699 ext/date/php_date.c 		efree(DATEG(timezone));
timezone          701 ext/date/php_date.c 	DATEG(timezone) = NULL;
timezone          712 ext/date/php_date.c 	if (DATEG(timezone)) {
timezone          713 ext/date/php_date.c 		efree(DATEG(timezone));
timezone          715 ext/date/php_date.c 	DATEG(timezone) = NULL;
timezone          965 ext/date/php_date.c 	if (DATEG(timezone) && (strlen(DATEG(timezone))) > 0) {
timezone          966 ext/date/php_date.c 		return DATEG(timezone);
timezone         4679 ext/date/php_date.c 	if (DATEG(timezone)) {
timezone         4680 ext/date/php_date.c 		efree(DATEG(timezone));
timezone         4681 ext/date/php_date.c 		DATEG(timezone) = NULL;
timezone         4683 ext/date/php_date.c 	DATEG(timezone) = estrndup(zone, zone_len);
timezone          115 ext/intl/dateformat/dateformat_attrcpp.cpp 	TimeZone	*timezone;
timezone          128 ext/intl/dateformat/dateformat_attrcpp.cpp 	timezone = timezone_process_timezone_argument(timezone_zv,
timezone          130 ext/intl/dateformat/dateformat_attrcpp.cpp 	if (timezone == NULL) {
timezone          134 ext/intl/dateformat/dateformat_attrcpp.cpp 	fetch_datefmt(dfo)->adoptTimeZone(timezone);
timezone           53 ext/intl/dateformat/dateformat_create.cpp 	TimeZone	*timezone		= NULL;
timezone          100 ext/intl/dateformat/dateformat_create.cpp 		timezone = timezone_process_timezone_argument(timezone_zv,
timezone          102 ext/intl/dateformat/dateformat_create.cpp 		if (timezone == NULL) {
timezone          138 ext/intl/dateformat/dateformat_create.cpp 		if (timezone != NULL) {
timezone          139 ext/intl/dateformat/dateformat_create.cpp 			df->adoptTimeZone(timezone);
timezone          157 ext/intl/dateformat/dateformat_create.cpp 	if (timezone != NULL && DATE_FORMAT_OBJECT(dfo) == NULL) {
timezone          158 ext/intl/dateformat/dateformat_create.cpp 		delete timezone;
timezone         1160 ext/mbstring/oniguruma/regexec.c #define GETTIME(t)        gettimeofday(&(t), (struct timezone* )0)
timezone          778 ext/openssl/openssl.c 	gmadjust = -(thetime.tm_isdst ? (long)timezone - 3600 : (long)timezone + 3600);
timezone         3017 ext/soap/php_encoding.c 		snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone - 3600 : timezone) / 3600), abs(((ta->tm_isdst ? timezone - 3600 : timezone) % 3600) / 60));
timezone           71 ext/standard/uniqid.c 	gettimeofday((struct timeval *) &tv, (struct timezone *) NULL);