diff options
| author | jvoisin | 2018-12-26 12:56:11 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-26 12:56:11 +0100 |
| commit | 188f877ccdd12b52b154b6deca11d4a1efe428a5 (patch) | |
| tree | 5f96f37852a99430846c91adb03f3d59fcde810d /src/tests | |
| parent | e34f0031db4836d8dab261ecece112c09b2c76ea (diff) | |
Fix the build for php7.0 and php7.1
Diffstat (limited to 'src/tests')
| -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 | ||
