summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/set_custom_session_handler2.phpt13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/tests/set_custom_session_handler2.phpt b/src/tests/set_custom_session_handler2.phpt
index ecd40ea..8832efc 100644
--- a/src/tests/set_custom_session_handler2.phpt
+++ b/src/tests/set_custom_session_handler2.phpt
@@ -23,14 +23,5 @@ var_dump($_SESSION);
23session_destroy(); 23session_destroy();
24?> 24?>
25--EXPECTF-- 25--EXPECTF--
26Warning: SessionHandler::open(): Cannot call session save handler in a recursive manner in%s/tests/set_custom_session_handler2.php on line 8 26%s: SessionHandler::open(): Cannot call session save handler in a recursive manner in %s/tests/set_custom_session_handler2.php on line 8
27 27%a
28Warning: SessionHandler::close(): Cannot call session save handler in a recursive manner in %stests/set_custom_session_handler2.php on line 8
29
30Warning: session_start(): Failed to initialize storage module: user (path: %s) in %stests/set_custom_session_handler2.php on line 8
31array(1) {
32 ["a"]=>
33 string(1) "b"
34}
35
36Warning: session_destroy(): Trying to destroy uninitialized session in %s/tests/set_custom_session_handler2.php on line %d