diff options
Diffstat (limited to 'ext/date')
| -rw-r--r-- | ext/date/tests/DateTimeZone_clone_basic2.phpt | 16 | ||||
| -rw-r--r-- | ext/date/tests/DateTime_clone_basic2.phpt | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/ext/date/tests/DateTimeZone_clone_basic2.phpt b/ext/date/tests/DateTimeZone_clone_basic2.phpt index b41eeddfbd..f7f81cb275 100644 --- a/ext/date/tests/DateTimeZone_clone_basic2.phpt +++ b/ext/date/tests/DateTimeZone_clone_basic2.phpt @@ -51,28 +51,28 @@ object(DateTimeZoneExt1)#%d (4) { string(13) "Europe/London" } object(DateTimeZoneExt2)#%d (6) { - ["property3"]=> - bool(true) - ["property4"]=> - float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" + ["property3"]=> + bool(true) + ["property4"]=> + float(10.5) ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } object(DateTimeZoneExt2)#%d (6) { - ["property3"]=> - bool(true) - ["property4"]=> - float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" + ["property3"]=> + bool(true) + ["property4"]=> + float(10.5) ["timezone_type"]=> int(3) ["timezone"]=> diff --git a/ext/date/tests/DateTime_clone_basic2.phpt b/ext/date/tests/DateTime_clone_basic2.phpt index 261879283e..439bf4b23f 100644 --- a/ext/date/tests/DateTime_clone_basic2.phpt +++ b/ext/date/tests/DateTime_clone_basic2.phpt @@ -55,14 +55,14 @@ object(DateTimeExt1)#%d (5) { string(3) "GMT" } object(DateTimeExt2)#%d (7) { - ["property3"]=> - bool(true) - ["property4"]=> - float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" + ["property3"]=> + bool(true) + ["property4"]=> + float(10.5) ["date"]=> string(26) "2009-02-03 12:34:41.000000" ["timezone_type"]=> @@ -71,14 +71,14 @@ object(DateTimeExt2)#%d (7) { string(3) "GMT" } object(DateTimeExt2)#%d (7) { - ["property3"]=> - bool(true) - ["property4"]=> - float(10.5) ["property1"]=> int(99) ["property2"]=> string(5) "Hello" + ["property3"]=> + bool(true) + ["property4"]=> + float(10.5) ["date"]=> string(26) "2009-02-03 12:34:41.000000" ["timezone_type"]=> |
