diff options
| -rw-r--r-- | src/tests/set_custom_session_handler2.phpt | 13 |
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); | |||
| 23 | session_destroy(); | 23 | session_destroy(); |
| 24 | ?> | 24 | ?> |
| 25 | --EXPECTF-- | 25 | --EXPECTF-- |
| 26 | Warning: 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 | |
| 28 | Warning: SessionHandler::close(): Cannot call session save handler in a recursive manner in %stests/set_custom_session_handler2.php on line 8 | ||
| 29 | |||
| 30 | Warning: session_start(): Failed to initialize storage module: user (path: %s) in %stests/set_custom_session_handler2.php on line 8 | ||
| 31 | array(1) { | ||
| 32 | ["a"]=> | ||
| 33 | string(1) "b" | ||
| 34 | } | ||
| 35 | |||
| 36 | Warning: session_destroy(): Trying to destroy uninitialized session in %s/tests/set_custom_session_handler2.php on line %d | ||
