From 06e7c9983a272e420e9437383ec4283607288c61 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 12 Oct 2016 19:28:15 +0200 Subject: [PATCH] fix test (cherry picked from commit fa9370db03944b31a9c3b20d586a290fe51ceaa0) --- ext/date/tests/bug73091.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"]=> -- 2.50.1