summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorjvoisin2018-12-26 12:56:11 +0100
committerjvoisin2018-12-26 12:56:11 +0100
commit188f877ccdd12b52b154b6deca11d4a1efe428a5 (patch)
tree5f96f37852a99430846c91adb03f3d59fcde810d /src/tests
parente34f0031db4836d8dab261ecece112c09b2c76ea (diff)
Fix the build for php7.0 and php7.1
Diffstat (limited to 'src/tests')
-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