summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug32330.phpt
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-12-16 09:11:44 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-12-16 09:15:05 +0900
commite8f1c29cc96ce333fa808aba126297b77d94abdf (patch)
treeab42619e983c00fc5641639f8a8cb546e54b1a5c /ext/session/tests/bug32330.phpt
parent838e4039d7fc8f79fe71091725ab0a13a5f4ad2a (diff)
downloadphp-git-e8f1c29cc96ce333fa808aba126297b77d94abdf.tar.gz
Fixed bug #71122 Session GC may not remove obsolete session data
Diffstat (limited to 'ext/session/tests/bug32330.phpt')
-rw-r--r--ext/session/tests/bug32330.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/bug32330.phpt b/ext/session/tests/bug32330.phpt
index 98d442ae5c..fe83cc9504 100644
--- a/ext/session/tests/bug32330.phpt
+++ b/ext/session/tests/bug32330.phpt
@@ -69,17 +69,17 @@ $_SESSION['E'] = 'F';
?>
--EXPECTF--
open: path = /tmp, name = sid
-read: id = %s
gc: maxlifetime = %d
+read: id = %s
write: id = %s, data = A|s:1:"B";
close
open: path = /tmp, name = sid
-read: id = %s
gc: maxlifetime = %d
+read: id = %s
destroy: id = %s
close
open: path = /tmp, name = sid
-read: id = %s
gc: maxlifetime = %d
+read: id = %s
write: id = %s, data = E|s:1:"F";
close