summaryrefslogtreecommitdiff
path: root/ext/date/tests/getdate_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/getdate_variation5.phpt')
-rw-r--r--ext/date/tests/getdate_variation5.phpt30
1 files changed, 14 insertions, 16 deletions
diff --git a/ext/date/tests/getdate_variation5.phpt b/ext/date/tests/getdate_variation5.phpt
index f9c525ab4b..8c61c5bb61 100644
--- a/ext/date/tests/getdate_variation5.phpt
+++ b/ext/date/tests/getdate_variation5.phpt
@@ -12,20 +12,20 @@ echo "*** Testing getdate() : usage variation ***\n";
//Timezones with required data for date_sunrise
$inputs = array (
- //GMT-11
- "Pacific/Samoa",
- //GMT-9
- "US/Alaska",
- //GMT-0
- "Africa/Casablanca",
- //GMT+4
- "Europe/Moscow",
- //GMT+8
- "Asia/Hong_Kong",
- //GMT+10
- "Australia/Brisbane",
- //GMT+12
- "Pacific/Wallis",
+ //GMT-11
+ "Pacific/Samoa",
+ //GMT-9
+ "US/Alaska",
+ //GMT-0
+ "Africa/Casablanca",
+ //GMT+4
+ "Europe/Moscow",
+ //GMT+8
+ "Asia/Hong_Kong",
+ //GMT+10
+ "Australia/Brisbane",
+ //GMT+12
+ "Pacific/Wallis",
);
// loop through each element of the array for timestamp
@@ -35,7 +35,6 @@ foreach($inputs as $timezone) {
var_dump( getdate(0) );
};
?>
-===DONE===
--EXPECT--
*** Testing getdate() : usage variation ***
@@ -220,4 +219,3 @@ array(11) {
[0]=>
int(0)
}
-===DONE===