summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug67972.phpt
blob: e9ea7258e579286599a9ba8d40e8641780cd3db9 (plain)
1
2
3
4
5
6
7
8
9
10
--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