summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTimeZone_clone_basic1.phpt
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2014-02-05 21:00:13 -0500
committerDerick Rethans <github@derickrethans.nl>2014-02-09 15:47:48 -0500
commitd67639643598781d70452f690a645dc8ce6bd3c3 (patch)
treeef7fabc107658f55183fe32571e7126b637c3d49 /ext/date/tests/DateTimeZone_clone_basic1.phpt
parente196dce45a933c302fd028e9952b58f090ed444e (diff)
downloadphp-git-d67639643598781d70452f690a645dc8ce6bd3c3.tar.gz
Implemented feature #45528: Allow the DateTimeZone constructor to accept timezones per offset too.
Diffstat (limited to 'ext/date/tests/DateTimeZone_clone_basic1.phpt')
-rw-r--r--ext/date/tests/DateTimeZone_clone_basic1.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/tests/DateTimeZone_clone_basic1.phpt b/ext/date/tests/DateTimeZone_clone_basic1.phpt
index a89005aaec..49c190cf9f 100644
--- a/ext/date/tests/DateTimeZone_clone_basic1.phpt
+++ b/ext/date/tests/DateTimeZone_clone_basic1.phpt
@@ -31,15 +31,15 @@ if ($clone != $orig) {
*** Testing clone on DateTime objects ***
object(DateTimeZone)#%d (2) {
["timezone_type"]=>
- int(3)
+ int(2)
["timezone"]=>
- string(3) "UTC"
+ string(3) "GMT"
}
object(DateTimeZone)#%d (2) {
["timezone_type"]=>
- int(3)
+ int(2)
["timezone"]=>
- string(3) "UTC"
+ string(3) "GMT"
}
TEST PASSED : Objects equal but not indetical
===DONE===