tm_isdst 101 ext/calendar/easter.c te.tm_isdst = -1; tm_isdst 941 ext/com_dotnet/com_variant.c tmv.tm_isdst = -1; tm_isdst 1678 ext/date/php_date.c ta.tm_isdst = 0; tm_isdst 1688 ext/date/php_date.c ta.tm_isdst = offset->is_dst; tm_isdst 130 ext/fileinfo/libmagic/cdf_time.c tm.tm_isdst = 0; tm_isdst 104 ext/fileinfo/libmagic/print.c daylight = tm1->tm_isdst; tm_isdst 1012 ext/ftp/ftp.c tm.tm_isdst = -1; tm_isdst 1020 ext/ftp/ftp.c gmt->tm_isdst = -1; tm_isdst 1024 ext/ftp/ftp.c tm.tm_isdst = gmt->tm_isdst; tm_isdst 1394 ext/interbase/ibase_query.c t.tm_isdst = -1; tm_isdst 768 ext/openssl/openssl.c thetime.tm_isdst = -1; tm_isdst 779 ext/openssl/openssl.c gmadjust = -(thetime.tm_isdst ? (long)timezone - 3600 : (long)timezone + 3600); tm_isdst 3015 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)); tm_isdst 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)); tm_isdst 855 ext/standard/ftp_fopen_wrapper.c tm.tm_isdst = -1; tm_isdst 863 ext/standard/ftp_fopen_wrapper.c gmt->tm_isdst = -1; tm_isdst 867 ext/standard/ftp_fopen_wrapper.c tm.tm_isdst = gmt->tm_isdst; tm_isdst 212 ext/xmlrpc/libxmlrpc/xmlrpc.c tm.tm_isdst = -1; tm_isdst 595 ext/zip/lib/zip_dirent.c torrenttime.tm_isdst = 0; tm_isdst 773 ext/zip/lib/zip_dirent.c tm.tm_isdst = -1;