summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug73091.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug73091.phpt')
-rw-r--r--ext/date/tests/bug73091.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug73091.phpt b/ext/date/tests/bug73091.phpt
index c051573297..14f161afe7 100644
--- a/ext/date/tests/bug73091.phpt
+++ b/ext/date/tests/bug73091.phpt
@@ -8,7 +8,7 @@ class foo {
return 'may be a bug';
}
}
-
+
var_dump(unserialize('O:12:"DateInterval":1:{s:4:"days";O:3:"foo":0:{}}'));
?>
--EXPECTF--