blob: 63ed3a95b8978df9a8daf24a7b9cea184019d03d (
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--
Fatal error: SessionHandler::create_sid(): Cannot call default session handler in %s on line %d
|