diff options
| author | Anatol Belski <ab@php.net> | 2016-10-12 19:28:15 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-10-14 01:44:45 +0200 |
| commit | 06e7c9983a272e420e9437383ec4283607288c61 (patch) | |
| tree | 1cdbe5d74aef7a6dff866c840a40bcc1620d55f4 | |
| parent | a6715786a7e19b4c3deb0b366e21bbf49e40bf4f (diff) | |
| download | php-git-06e7c9983a272e420e9437383ec4283607288c61.tar.gz | |
fix test
(cherry picked from commit fa9370db03944b31a9c3b20d586a290fe51ceaa0)
| -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"]=> |
