summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug67972.phpt
blob: 64999b0087693686c60f7e73f32043cd81c8b23f (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #67972: SessionHandler Invalid memory read create_sid()
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
<?php

(new SessionHandler)->create_sid();
?>
--EXPECTF--
Warning: SessionHandler::create_sid(): Session is not active in %s on line %d