summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/session/tests/bug69111.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/session/tests/bug69111.phpt b/ext/session/tests/bug69111.phpt
index 70f3a1921e..75b78f01ac 100644
--- a/ext/session/tests/bug69111.phpt
+++ b/ext/session/tests/bug69111.phpt
@@ -19,5 +19,4 @@ $sh->write("foo", "bar");
var_dump($sh->read(@$id));
?>
--EXPECTF--
-Warning: SessionHandler::read(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in %sbug69111.php on line %d
bool(false)