summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug63379.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug63379.phpt')
-rw-r--r--ext/session/tests/bug63379.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug63379.phpt b/ext/session/tests/bug63379.phpt
index 80941828c8..06711727cf 100644
--- a/ext/session/tests/bug63379.phpt
+++ b/ext/session/tests/bug63379.phpt
@@ -33,7 +33,7 @@ session_unset();
session_start();
var_dump($_SESSION);
---EXPECTF--
+--EXPECT--
array(1) {
["foo"]=>
string(5) "hello"