Searched refs:gmt (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | timezone_useDaylightTime_basic.phpt | 9 $gmt = IntlTimeZone::getGMT(); 12 var_dump($gmt->useDaylightTime()); 15 var_dump(intltz_use_daylight_time($gmt));
|
H A D | timezone_clone_basic.phpt | 14 $gmt = IntlTimeZone::getGMT(); 15 print_r($gmt); 16 print_r(clone $gmt);
|
H A D | calendar_setTimeZone_error.phpt | 13 $gmt = IntlTimeZone::getGMT(); 21 var_dump($c->setTimeZone($gmt, 2)); 37 var_dump(intlcal_set_time_zone(1, $gmt));
|
/php-src/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 825 struct tm tm, tmbuf, *gmt; in php_stream_ftp_url_stat() local 847 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat() 848 if (!gmt) { in php_stream_ftp_url_stat() 851 gmt->tm_isdst = -1; in php_stream_ftp_url_stat() 854 tm.tm_sec += (long)(stamp - mktime(gmt)); in php_stream_ftp_url_stat() 855 tm.tm_isdst = gmt->tm_isdst; in php_stream_ftp_url_stat()
|
/php-src/ext/date/ |
H A D | php_date.h | 136 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt);
|
H A D | php_date.c | 1143 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_mktime() argument 1164 if (gmt) { in php_mktime() 1204 if (gmt) { in php_mktime() 1259 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) in php_strftime() argument 1287 if (gmt) { in php_strftime() 1307 if (gmt) { in php_strftime() 1347 if (!gmt) { in php_strftime()
|
/php-src/ext/ftp/ |
H A D | ftp.c | 1176 struct tm *gmt, tmbuf; in ftp_mdtm() local 1202 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm() 1203 if (!gmt) { in ftp_mdtm() 1206 gmt->tm_isdst = -1; in ftp_mdtm() 1209 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm() 1210 tm.tm_isdst = gmt->tm_isdst; in ftp_mdtm()
|
/php-src/ext/date/lib/ |
H A D | parse_date.re | 778 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) {
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 37528 >20 belong 0 \b, no gmt time flags 37529 >20 belong 1 \b, 1 gmt time flag 37530 >20 belong >1 \b, %d gmt time flags
|
H A D | magic | 37528 >20 belong 0 \b, no gmt time flags 37529 >20 belong 1 \b, 1 gmt time flag 37530 >20 belong >1 \b, %d gmt time flags
|
Completed in 170 milliseconds