Searched defs:timezone (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/win32/ |
H A D | time.h | 20 struct timezone { struct 21 int tz_minuteswest; 45 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info); argument
|
/PHP-7.0/ext/intl/doc/ |
H A D | datefmt_api.php | 66 …public function __construct($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pa… 82 …public static function create($locale, $datetype, $timetype, $timezone = null, $calendar= null , $… 262 …function datefmt_create($locale, $datetype, $timetype, $timezone = null, $calendar= null ,$pattern…
|
/PHP-7.0/ext/date/lib/ |
H A D | parse_tz.c | 305 static int seek_to_tz_position(const unsigned char **tzf, char *timezone, const timelib_tzdb *tzdb) in seek_to_tz_position() 355 int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid() 380 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) in timelib_parse_tzfile()
|
/PHP-7.0/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 102 TimeZone *timezone; in PHP_FUNCTION() local
|
H A D | dateformat_create.cpp | 65 TimeZone *timezone = NULL; in datefmt_ctor() local
|
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 64 #define timezone _timezone /* timezone is called _timezone in LibC */ macro
|
Completed in 27 milliseconds