diff options
| author | jvoisin | 2018-12-26 13:17:36 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-26 13:17:36 +0100 |
| commit | 840479e06f1a3ce94f106b4978c80dc104321810 (patch) | |
| tree | 9ad145c5fa10f6465209afe2bb6fae89eaab870d /src/tests/set_custom_session_handler2.phpt | |
| parent | 188f877ccdd12b52b154b6deca11d4a1efe428a5 (diff) | |
Fix the build for php7.0
We only want to prevent crash/infinite recursion,
we don't really care about the error/warning
messages.
Diffstat (limited to 'src/tests/set_custom_session_handler2.phpt')
| -rw-r--r-- | src/tests/set_custom_session_handler2.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/set_custom_session_handler2.phpt b/src/tests/set_custom_session_handler2.phpt index 8832efc..18bc3f7 100644 --- a/src/tests/set_custom_session_handler2.phpt +++ b/src/tests/set_custom_session_handler2.phpt | |||
| @@ -23,5 +23,4 @@ var_dump($_SESSION); | |||
| 23 | session_destroy(); | 23 | session_destroy(); |
| 24 | ?> | 24 | ?> |
| 25 | --EXPECTF-- | 25 | --EXPECTF-- |
| 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 | %a | 26 | %a |
