summaryrefslogtreecommitdiff
path: root/ext/session/tests/012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/012.phpt')
-rw-r--r--ext/session/tests/012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/012.phpt b/ext/session/tests/012.phpt
index c555d2ca1e..ad3f54962e 100644
--- a/ext/session/tests/012.phpt
+++ b/ext/session/tests/012.phpt
@@ -14,7 +14,7 @@ error_reporting(E_ALL);
### Absurd example, value of $_SESSION does not matter
-session_id("abtest");
+session_id("test012");
session_start();
$_SESSION["_SESSION"] = Array();
$_SESSION = "kk";