summaryrefslogtreecommitdiff
path: root/ext/session/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/003.phpt')
-rw-r--r--ext/session/tests/003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/003.phpt b/ext/session/tests/003.phpt
index e7e4294375..4f9b37b75d 100644
--- a/ext/session/tests/003.phpt
+++ b/ext/session/tests/003.phpt
@@ -17,7 +17,7 @@ class foo {
function method() { $this->yes++; }
}
-session_id("abtest");
+session_id("test003");
session_start();
session_decode('baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}}');