Home
last modified time | relevance | path

Searched refs:gmt (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/ext/intl/tests/
H A Dtimezone_useDaylightTime_basic.phpt11 $gmt = IntlTimeZone::getGMT();
14 var_dump($gmt->useDaylightTime());
17 var_dump(intltz_use_daylight_time($gmt));
H A Dtimezone_clone_basic.phpt16 $gmt = IntlTimeZone::getGMT();
17 print_r($gmt);
18 print_r(clone $gmt);
H A Dcalendar_setTimeZone_error.phpt15 $gmt = IntlTimeZone::getGMT();
22 var_dump($c->setTimeZone($gmt, 2));
26 var_dump(intlcal_set_time_zone(1, $gmt));
/PHP-5.6/ext/standard/
H A Dftp_fopen_wrapper.c843 struct tm tm, tmbuf, *gmt; in php_stream_ftp_url_stat() local
865 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
866 if (!gmt) { in php_stream_ftp_url_stat()
869 gmt->tm_isdst = -1; in php_stream_ftp_url_stat()
872 tm.tm_sec += stamp - mktime(gmt); in php_stream_ftp_url_stat()
873 tm.tm_isdst = gmt->tm_isdst; in php_stream_ftp_url_stat()
/PHP-5.6/ext/ftp/
H A Dftp.c993 struct tm *gmt, tmbuf; in ftp_mdtm() local
1019 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1020 if (!gmt) { in ftp_mdtm()
1023 gmt->tm_isdst = -1; in ftp_mdtm()
1026 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1027 tm.tm_isdst = gmt->tm_isdst; in ftp_mdtm()
/PHP-5.6/ext/date/
H A Dphp_date.h186 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
H A Dphp_date.c1511 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_mktime() argument
1524 if (gmt) { in php_mktime()
1563 if (gmt) { in php_mktime()
1571 if (gmt) { in php_mktime()
1637 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gmt) in php_strftime() argument
1660 if (gmt) { in php_strftime()
1677 if (gmt) { in php_strftime()
1717 if (!gmt) { in php_strftime()
/PHP-5.6/ext/date/lib/
H A Dparse_date.re687 if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic18720 >20 belong 0 \b, no gmt time flags
18721 >20 belong 1 \b, 1 gmt time flag
18722 >20 belong >1 \b, %d gmt time flags

Completed in 84 milliseconds