Home
last modified time | relevance | path

Searched refs:timezone (Results 51 – 75 of 388) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/date/tests/
H A Ddate_sunset_variation7.phpt2 …e_sunset() function : usage variation - Checking sunrise for consecutive days in specific timezone
21 foreach($inputs as $timezone => $value) {
22 echo "\n--$timezone--\n";
23 date_default_timezone_set($timezone);
H A Dbug74671.phpt2 Bug #74671 (DST timezone abbreviation has incorrect offset)
18 ["timezone"]=>
H A Dbug53502.phpt2 Bug #53502 (strtotime with timezone memory leak)
4 date.timezone=UTC
H A Dbug78383.phpt16 ["timezone"]=>
22 ["timezone"]=>
H A Dbug55407.phpt9 public static function createFromFormat($format, $time, \DateTimeZone $timezone = null) {
10 return new DateTime(parent::createFromFormat($format, $time, $timezone));
H A Dbug71525.phpt4 date.timezone=UTC
18 ["timezone"]=>
H A Ddate_timestamp_set_nullparam2.phpt6 date.timezone = UTC;
22 ["timezone"]=>
H A Ddate_parse_error.phpt39 string(29) "Double timezone specification"
48 string(47) "The timezone could not be found in the database"
54 string(29) "Double timezone specification"
H A Dbug75577.phpt4 date.timezone=Europe/London
20 ["timezone"]=>
H A Ddate_default_timezone_set_error.phpt7 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
14 -- Testing date_default_timezone_set() function with invalid timezone identifier --
H A DDateTimeImmutable_createFromMutable-001.phpt4 date.timezone=Europe/London
24 ["timezone"]=>
H A Dbug78984.phpt4 date.timezone=UTC
24 Testing for '+30157': DateTimeZone::__construct(): Unknown or bad timezone (+30157)
H A Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
4 date.timezone=America/Montreal
H A DDateTimeImmutable_createFromMutable-002.phpt4 date.timezone=Europe/London
26 ["timezone"]=>
H A Dbug75232.phpt4 date.timezone=UTC
23 [timezone] => UTC
H A Dbug26317.phpt2 Bug #26317 (military timezone offset signedness)
4 date.timezone=GMT0
H A Dbug53437.phpt38 ["timezone"]=>
47 ["timezone"]=>
99 ["timezone"]=>
108 ["timezone"]=>
H A Dgmdate_variation10.phpt27 echo "\n-- Testing gmdate() function with timezone abbreviation format --\n";
31 echo "\n-- Testing gmdate() function with timezone offset format --\n";
55 -- Testing gmdate() function with timezone abbreviation format --
59 -- Testing gmdate() function with timezone offset format --
H A Dbug51866.phpt53 ["timezone"]=>
79 ["timezone"]=>
105 ["timezone"]=>
148 ["timezone"]=>
H A DDateTimeZone_construct_error.phpt11 $timezone = "GMT";
14 new DateTimeZone($timezone, $extra_arg);
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php10 * @param IntlTimeZone|DateTimeZone|string|null $timezone
14 public static function createInstance($timezone = null, ?string $locale = null) {} argument
270 * @param IntlTimeZone|DateTimeZone|string|null $timezone
274 public function setTimeZone($timezone) {} argument
/PHP-8.0/win32/
H A Dtime.h20 struct timezone { struct
47 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
/PHP-8.0/sapi/fpm/tests/
H A Dbug75212-php-value-in-user-ini.phpt21 php_value[date.timezone]=Europe/London
27 var_dump(ini_get('memory_limit'), ini_get('date.timezone'));
33 date.timezone=Europe/Paris
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php11 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
28 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
29 function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {} argument
160 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
177 /** @param IntlTimeZone|DateTimeZone|string|null $timezone */
383 function intltz_get_dst_savings(IntlTimeZone $timezone): int {} argument
387 function intltz_get_error_code(IntlTimeZone $timezone): int|false {} argument
389 function intltz_get_error_message(IntlTimeZone $timezone): string|false {} argument
393 function intltz_get_id(IntlTimeZone $timezone): string|false {} argument
401 function intltz_get_raw_offset(IntlTimeZone $timezone): int {} argument
[all …]
/PHP-8.0/ext/reflection/tests/
H A D026.phpt25 Default timezone => %s
28 date.timezone => %s => %s

Completed in 26 milliseconds

12345678910>>...16