Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/ext/date/tests/
H A DDateTimeImmutable_createFromMutable.phpt4 date.timezone=Europe/London
21 ["timezone"]=>
H A Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
4 date.timezone=America/Montreal
H A D012.phpt27 ["timezone"]=>
40 ["timezone"]=>
49 ["timezone"]=>
H A D013.phpt27 ["timezone"]=>
44 ["timezone"]=>
53 ["timezone"]=>
H A Ddate_sunset_variation7.phpt2 …e_sunset() function : usage variation - Checking sunrise for consecutive days in specific timezone
27 foreach($inputs as $timezone => $value) {
28 echo "\n--$timezone--\n";
29 date_default_timezone_set($timezone);
H A Dbug26317.phpt2 Bug #26317 (military timezone offset signedness)
4 date.timezone=GMT0
H A Dbug75232.phpt4 date.timezone=UTC
23 [timezone] => UTC
H A Dbug51866.phpt52 ["timezone"]=>
78 ["timezone"]=>
104 ["timezone"]=>
147 ["timezone"]=>
H A Dbug53437.phpt39 ["timezone"]=>
48 ["timezone"]=>
100 ["timezone"]=>
109 ["timezone"]=>
H A Dbug33415-2.phpt8 have a DST or timezone transition.\n";
24 appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
134 or timezone transition.\n";
151 timezone transition.\n";
197 have a DST or timezone transition.
208 appear to have a DST or timezone transition.
236 appear to have a DST or timezone transition.
279 or timezone transition.
290 timezone transition.
[all …]
H A Dbug62852.phpt4 date.timezone=GMT
7 …me":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}';
H A DDateTime_createFromImmutable.phpt4 date.timezone=Europe/London
26 ["timezone"]=>
H A Dbug67118_2.phpt4 date.timezone=Europe/Paris
32 ["timezone"]=>
H A Ddate_default_timezone_set_error.phpt6 * Description: Sets the default timezone used by all date/time functions in a script.
19 echo "\n-- Testing date_default_timezone_set() function with invalid timezone identifier --\n";
37 -- Testing date_default_timezone_set() function with invalid timezone identifier --
H A Dgmdate_variation10.phpt33 echo "\n-- Testing gmdate() function with timezone abbreviation format --\n";
37 echo "\n-- Testing gmdate() function with timezone offset format --\n";
62 -- Testing gmdate() function with timezone abbreviation format --
66 -- Testing gmdate() function with timezone offset format --
H A Ddate_sunrise_variation7.phpt2 …_sunrise() function : usage variation - Checking sunrise for consecutive days in specific timezone
27 foreach($inputs as $timezone => $value) {
28 date_default_timezone_set($timezone);
H A Dbug62852_var2.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";…
H A Dbug62852_var3.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"timezone_type";i:0;s:8:"timezone";s…
/PHP-7.4/ext/reflection/tests/
H A D026.phpt25 Default timezone => %s
28 date.timezone => %s => %s
/PHP-7.4/ext/intl/tests/locale/
H A Dbug72809.phpt11 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', false),
12 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', true),
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp102 TimeZone *timezone; in PHP_FUNCTION() local
115 timezone = timezone_process_timezone_argument(timezone_zv, in PHP_FUNCTION()
117 if (timezone == NULL) { in PHP_FUNCTION()
121 fetch_datefmt(dfo)->adoptTimeZone(timezone); in PHP_FUNCTION()
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format.phpt18 $timezone = 'GMT-10:00';
323 'timezone' => 'UTC',
331 'timezone' => 'UTC',
339 'timezone' => 'UTC',
347 'timezone' => 'UTC',
355 'timezone' => 'UTC',
363 'timezone' => 'PDT',
371 'timezone' => 'PDT',
379 'timezone' => 'PDT',
387 'timezone' => 'PDT',
[all …]
H A Ddateformat_format_variant3.phpt18 $timezone = 'GMT-10:00';
323 'timezone' => 'UTC',
331 'timezone' => 'UTC',
339 'timezone' => 'UTC',
347 'timezone' => 'UTC',
355 'timezone' => 'UTC',
363 'timezone' => 'PDT',
371 'timezone' => 'PDT',
379 'timezone' => 'PDT',
387 'timezone' => 'PDT',
[all …]
H A Ddateformat_format_variant2.phpt18 $timezone = 'GMT-10:00';
323 'timezone' => 'UTC',
331 'timezone' => 'UTC',
339 'timezone' => 'UTC',
347 'timezone' => 'UTC',
355 'timezone' => 'UTC',
363 'timezone' => 'America/Los_Angeles',
371 'timezone' => 'America/Los_Angeles',
379 'timezone' => 'America/Los_Angeles',
387 'timezone' => 'America/Los_Angeles',
[all …]
/PHP-7.4/ext/standard/tests/ini_info/
H A Dloaded.ini1 date.timezone = UTC key

Completed in 47 milliseconds

12345678910>>...15