diff options
Diffstat (limited to 'ext/date/tests/014.phpt')
| -rw-r--r-- | ext/date/tests/014.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/date/tests/014.phpt b/ext/date/tests/014.phpt index be0847777f..5e609c8685 100644 --- a/ext/date/tests/014.phpt +++ b/ext/date/tests/014.phpt @@ -26,7 +26,11 @@ object(DateTime)#%d (3) { ["timezone"]=> string(3) "UTC" } -object(DateTimeZone)#%d (0) { +object(DateTimeZone)#%d (2) { + ["timezone_type"]=> + int(3) + ["timezone"]=> + string(3) "UTC" } Warning: timezone_offset_get() expects exactly 2 parameters, 0 given in %s on line %d |
