Searched refs:zone (Results 1 – 25 of 163) sorted by relevance
1234567
/PHP-5.3/ext/date/tests/ |
H A D | bug41964.phpt | 10 var_dump($res['zone'], $res['tz_abbr']); 14 var_dump($res['zone'], $res['tz_abbr']); 18 var_dump($res['zone'], $res['tz_abbr']); 22 var_dump($res['zone'], $res['tz_abbr']); 26 var_dump($res['zone'], $res['tz_abbr']); 30 var_dump($res['zone'], $res['tz_abbr']); 34 var_dump($res['zone'], $res['tz_abbr']);
|
H A D | bug46111.phpt | 10 foreach ($timezones as $zone) { 11 $date_string = "2008-01-01 13:00:00 " . $zone; 14 echo $zone . "\n";
|
H A D | gmstrftime_variation5.phpt | 23 'Time zone offset' => "%Z", 24 'Time zone offset' => "%z", 48 --Time zone offset--
|
H A D | strftime_variation5.phpt | 22 'Time zone offset' => "%Z", 23 'Time zone offset' => "%z", 47 --Time zone offset--
|
H A D | date_timezone_set_basic1.phpt | 6 * Description: Sets the time zone for the DateTime object 13 //Set the default time zone
|
H A D | DateTime_setTimezone_basic1.phpt | 6 * Description: Sets the time zone for the DateTime object 13 //Set the default time zone
|
H A D | DateTime_clone_basic4.phpt | 5 //Set the default time zone 8 //Set the default time zone
|
H A D | 004.phpt | 10 foreach ($tz as $zone) { 11 date_default_timezone_set($zone);
|
H A D | idate_variation5.phpt | 26 'Time zone offset' => 'Z' 60 --Time zone offset--
|
H A D | bug35143.phpt | 2 Bug #35143 (gettimeofday() ignores current time zone)
|
H A D | date_parse_001.phpt | 106 ["zone"]=> 230 ["zone"]=> 266 ["zone"]=>
|
H A D | bug26090.phpt | 2 Bug #26090 (allow colons in time zone offset to strtotime())
|
H A D | DateTime_extends_basic3.phpt | 5 //Set the default time zone
|
H A D | DateTimeZone_extends_basic1.phpt | 6 //Set the default time zone
|
H A D | DateTime_clone_basic1.phpt | 6 //Set the default time zone
|
H A D | DateTimeZone_construct_basic.phpt | 11 //Set the default time zone
|
H A D | DateTimeZone_serialize.phpt | 5 //Set the default time zone
|
H A D | date_offset_get_basic1.phpt | 11 //Set the default time zone
|
H A D | date_date_set_basic1.phpt | 11 //Set the default time zone
|
H A D | DateTime_extends_basic2.phpt | 6 //Set the default time zone
|
H A D | DateTime_getOffset_basic1.phpt | 11 //Set the default time zone
|
H A D | DateTimeZone_getName_basic1.phpt | 13 //Set the default time zone
|
H A D | DateTime_serialize.phpt | 5 //Set the default time zone
|
/PHP-5.3/ext/intl/doc/ |
H A D | datefmt_api.php | 180 * @param string $zone zone ID string of the time zone to use. 186 public function setTimeZoneId($zone) {} argument 371 * @param string $zone zone ID string of the time zone to use. 377 function datefmt_set_timezone_id($fmt , $zone) {} argument
|
/PHP-5.3/tests/lang/ |
H A D | compare_objects_basic2.phpt | 7 //Set the default time zone
|
Completed in 36 milliseconds
1234567