diff options
| -rw-r--r-- | ext/date/tests/bug73091.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/date/tests/bug73091.phpt b/ext/date/tests/bug73091.phpt index 668ef505d8..c051573297 100644 --- a/ext/date/tests/bug73091.phpt +++ b/ext/date/tests/bug73091.phpt @@ -12,7 +12,7 @@ class foo { var_dump(unserialize('O:12:"DateInterval":1:{s:4:"days";O:3:"foo":0:{}}')); ?> --EXPECTF-- -object(DateInterval)#%d (15) { +object(DateInterval)#%d (16) { ["days"]=> int(-1) ["y"]=> @@ -27,6 +27,8 @@ object(DateInterval)#%d (15) { int(-1) ["s"]=> int(-1) + ["f"]=> + float(-1) ["weekday"]=> int(-1) ["weekday_behavior"]=> |
