summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug69111.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug69111.phpt')
-rw-r--r--ext/session/tests/bug69111.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/bug69111.phpt b/ext/session/tests/bug69111.phpt
index c7a6cada65..7dff0590dd 100644
--- a/ext/session/tests/bug69111.phpt
+++ b/ext/session/tests/bug69111.phpt
@@ -14,7 +14,7 @@ $sessionName = ini_get('session.name');
$sh->open($savePath, $sessionName);
$sh->write("foo", "bar");
-var_dump($sh->read(@$id));
+var_dump($sh->read(""));
?>
--EXPECTF--
Warning: SessionHandler::open(): Session is not active in %s on line 10