summaryrefslogtreecommitdiff
path: root/ext/session/tests/023.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/023.phpt')
-rw-r--r--ext/session/tests/023.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/023.phpt b/ext/session/tests/023.phpt
index 23c7096f23..e9ce084256 100644
--- a/ext/session/tests/023.phpt
+++ b/ext/session/tests/023.phpt
@@ -17,7 +17,7 @@ class foo {
function method() { $this->yes++; }
}
-session_id("abtest");
+session_id("test023");
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;}}');
$baz = $_SESSION['baz'];