summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug79221.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug79221.phpt')
-rw-r--r--ext/session/tests/bug79221.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug79221.phpt b/ext/session/tests/bug79221.phpt
index b0972c4697..0813457035 100644
--- a/ext/session/tests/bug79221.phpt
+++ b/ext/session/tests/bug79221.phpt
@@ -40,6 +40,6 @@ session_start();
var_dump($_SESSION);
session_destroy();
---EXPECTF--
+--EXPECT--
array(0) {
}