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          673 ext/date/php_date.c 	date_globals->timezone = NULL;
timezone          690 ext/date/php_date.c 	if (DATEG(timezone)) {
timezone          691 ext/date/php_date.c 		efree(DATEG(timezone));
timezone          693 ext/date/php_date.c 	DATEG(timezone) = NULL;
timezone          704 ext/date/php_date.c 	if (DATEG(timezone)) {
timezone          705 ext/date/php_date.c 		efree(DATEG(timezone));
timezone          707 ext/date/php_date.c 	DATEG(timezone) = NULL;
timezone          957 ext/date/php_date.c 	if (DATEG(timezone) && (strlen(DATEG(timezone))) > 0) {
timezone          958 ext/date/php_date.c 		return DATEG(timezone);
timezone         4582 ext/date/php_date.c 	if (DATEG(timezone)) {
timezone         4583 ext/date/php_date.c 		efree(DATEG(timezone));
timezone         4584 ext/date/php_date.c 		DATEG(timezone) = NULL;
timezone         4586 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          731 ext/openssl/openssl.c 	gmadjust = -(thetime.tm_isdst ? (long)timezone - 3600 : (long)timezone + 3600);
timezone         3019 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);